is this thing on?

Wed Dec 3

multi-line strings in javascript

var myString = '
  first line  \
  second line \
  third line  \
';

Comments (View)
blog comments powered by Disqus