Object keys, values, and entries methods
Steve Griffith - Prof3ssorSt3v3
0:00 / 0:00
Object keys, values, and entries methods
102 133 просмотра · 8 лет назад
Steve Griffith - Prof3ssorSt3v3
105 тыс. подписчиков
102 133 просмотра · 8 лет назад
This video covers three Object methods - keys( ), values( ) and entries( ).
All three methods will create an iterable Array from the Object that you can then use in conjunction with other Array and iterable methods.
Code GIST: https://gist.github.com/prof3ssorSt3v...
MDN Object.keys ref: https://developer.mozilla.org/en-US/d...
MDN Object.values ref: https://developer.mozilla.org/en-US/d...
MDN Object.entries ref: https://developer.mozilla.org/en-US/d...