11.
What does the escape sequence \u0061 represent?
12.
How can you represent the Unicode character for the euro symbol () in JavaScript?
13.
Which of the following strings contains a single quote character?
14.
What does the escape sequence \r represent in JavaScript?
15.
How would you write a string that includes both single and double quotes in JavaScript?
16.
Which of the following escape sequences represents a vertical tab character in JavaScript?
17.
How can you represent a Unicode character in JavaScript using an escape sequence?
18.
What is the Unicode escape sequence for the character 'Z'?
19.
Which of the following characters is considered a special character in JavaScript?
20.
How would you write a string that spans multiple lines in JavaScript?