Programming (Year 12)
JavaScript
What is the output of the following code: console.log(typeof 'Hello');?
string
undefined
object
number
Next