15 - JavaScript Object Iteration | Read keys and values

preview_player
Показать описание
Iterate Object values by using for...in and for...of loops.
By using this method we can extract the values of an Object and returns all the values as an array.

By using this method we can extract the keys of an Object and returns all the keys as an array.
Рекомендации по теме