Understanding Object.values()
π The Object.values() method returns an array of all the property values of an object.
π Syntax
Object.values(object);
π Here are some of the major points you have to remember while using Object.values()
It returns the elements in the same ord...
rehansattar.hashnode.dev1 min read
HINA
Software Engineer to be.
This article is amazingπ₯π₯. I never thought of the difference of for...in loop and Object.values (). After reading every article of the Rehan, I always learn something new.π€©π€©