11.
Which of the following correctly defines a function literal?
12.
Which literal correctly defines an object with a method?
13.
What is the correct syntax for a template literal?
14.
Which literal can contain mixed data types?
15.
Which of the following is a correct way to define a decimal literal?
16.
What will be the output of the following code?
let greeting = Hello, ${'World'}!;
17.
Which of the following correctly defines a method in an object literal?
18.
What is the value of x after the following code executes?
let x = 0o10;
19.
Which statement is true about the null literal?