11.
How can you convert a string to a number in JavaScript?
12.
Which statement correctly declares a JavaScript object?
13.
How can you add a new element to the end of a JavaScript array?
14.
What is the purpose of the 'break' statement in a JavaScript switch case?
15.
What is the correct way to declare a JavaScript class?
16.
How do you access the last element of a JavaScript array?
17.
Which statement correctly declares a JavaScript arrow function?
18.
What is the purpose of the 'continue' statement in a JavaScript loop?
19.
Which method is used to remove the last element from a JavaScript array?
20.
How can you prevent a JavaScript function from executing immediately?