11.
Which keyword is used to determine the type of a variable or an expression?
12.
What does the 'typeof' keyword return for a number?
13.
Which keyword is used to remove a property from an object?
14.
What is the purpose of the 'instanceof' keyword in JavaScript?
15.
Which keyword is used to create an instance of an array in JavaScript?