Froquiz
Home
Quizzes
Senior Challenge
Get Certified
Blog
About
🇬🇧
en
Sign In
Start Quiz
🇬🇧
en
Sign In
Start Quiz
Loading...
Quiz Topics
1
2
3
4
5
6
7
8
9
10
01
/ 10
Which types does Array.from() convert to array?
Auto Skip
Report Issue
Only converts array-like objects; [...spread] must be used for iterable objects
Converts iterable and array-like (length + index) objects; including String, Map, Set, NodeList, arguments
Only converts primitive values to array; cannot convert objects
Array.from() only converts Map and Set types added with ES6
Previous
Next