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