imelgrat / object-values-iteration-example

Object.keys() example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object.keys() example

The Object.values() method returns an array of a given object's own enumerable property values, in the same order as that provided by a for...in loop.

Unlike a for...in loop, this method returns only enumerable properties from the object itself, without looking into the Prototype chain"

Read more at: https://imelgrat.me/javascript/object-properties-iteration-in-javascript/

About

Object.keys() example


Languages

Language:JavaScript 54.2%Language:HTML 45.8%