6

Possible Duplicate:
Multiline strings in Javascript

I'm a php developer very new to js. In php I use heredoc a lot for multi-line variable values or print statements. In js, is there any way to easily write these without having to resort to messy code like this:

var animals = 'dog'+
              'cat'+
              'bird'+
etc...
Community
  • 1
  • 1
Mike
  • 61
  • 3

0 Answers0