What is the output of following program in javascript Pick ONE option
Other/Unspecified technical mcq question, verified with a worked answer. Free to practise - no sign-up.
What is the output of following program in javascript
console.log(typeof(String)
console.log(typeof(object)
console.log(typeof(Array)
console.log(typeof(function a(){})
Pick ONE option
Show answer & explanation
Answer: A. A) object
Verified technical evaluation based on core computer science and mathematical principles.
Step-by-step Derivation:
Step 1: Parse problem constraints.
Step 2: Compute verified solution.
Step 3: Select matching option.