Converting Array-like Objects to Arrays

preview_player
Показать описание
For more resources on JavaScript:

Interested in some of our courses:

Tutorials referred to in this video:
Рекомендации по теме
Комментарии
Автор

Your channel provides tons of invaluable stuff of javascript, I found it only recently. Please do not stop. Many people want to know JS in depth and we can rarely find great stuff like this. Thank you.

rotrose
Автор

Sir, I'm just starting out with Web Dev, and your content is so helpful. I really appreciate it!

Mostafa-jhij
Автор

var oki = new Array(6)
undefined
oki
(6) [empty × 6]
length: 6
__proto__: Array(0)
var okii = Array.from({lenght:7})
undefined
okii
[ ]
length: 0
__proto__: Array(0)

mine doesnt appear undefined undefined undefined it just appears as an empty array

Albertmars
join shbcf.ru