|
|
Q1007 What is the continuation character in JavaScript?
irt.org | Knowledge Base | JavaScript | Text | Q1007 [ previous next ] Q1007 What is the continuation character in JavaScript?Normally if you require a long text string, you break it up into smaller chunks and then just add the chunks together:
However, you can use the \ character to continue onto the next line:
|
-- div -->
|