0 of 6 questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 6 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Which one is string?
What does “100” + 56 produce?
“Boolean variables store either true or false.”
let a = {}; console.log(a.name)]
What will be the result?
How do you properly access the first element in an array variable named “fruit”?
a = [1, 3, { a:1, b:3, c:[1, 3, 4, {x:5, y:10 } ] } ]
How can you access the value of x property?