I have been using jsFiddle to run Javascript, and am not currently using a library (i.e., jQuery). I would like to use italics in an alert box, but whenever I do it prints the
<em>Example</em>
tags. If I use
str.italics()
method it prints
<i>Example</i>
Why doesn't it work, and is there any way around this?