#3.Object keys, values, and entries methods

Опубликовано: 17 Октябрь 2024
на канале: Javascript Kiddye
297
21

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.
#dsa #concept #javascript #inhindi

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...