MergeSociety
Projects
HTML
CSS
JavaScript
React
video
Blog
JavaScript Intermediate - Question 1 of 30
What is the output of: [...'hello']?
['hello']
['h', 'e', 'l', 'l', 'o']
Error
{0: 'h', 1: 'e', 2: 'l', 3: 'l', 4: 'o'}
Score: 0
Progress: 3%