Quiz Challenges
100
Question 43 of 100
43%
43
What will the following JavaScript code output?
Copy
const
a
=
[
...
'jhon'
]
;
console
.
log
(
a
)
;
A
[j,h,o,n]
B
[[j,h,o,n]]
C
[jhon]
Submit Answer
Previous
43
/
100
Next