1.
What character set does JavaScript use to represent characters?
2.
Which Unicode code point represents the character 'A'?
3.
How would you represent the Unicode character '' in JavaScript?
4.
What is the escape sequence for a newline character in JavaScript?
5.
Which of the following is an example of a whitespace character in JavaScript?
6.
How do you write a double quote inside a string in JavaScript?
7.
Which character is used to start an escape sequence in JavaScript?
8.
What does the escape sequence \t represent in JavaScript?
9.
How would you include a backslash character in a string in JavaScript?
10.
Which escape sequence is used for a form feed character in JavaScript?