Tag: objects
Understanding Object.assign() in JavaScript
Danyal May 14, 2026
If you’ve been writing JavaScript for a while, you’ve almost certainly come across Object.assign(). It’s one…
Posted in javascript Tagged js, JSON, objects
What Is Enumerable?
Danyal April 1, 2026
if you’ve ever looped over an object in JavaScript and wondered why some properties don’t…
Posted in javascript Tagged javascript, JSON, objects
PHP: How to convert stdclass to array
Danyal December 7, 2020
Let’s see how to convert single-dimension and Multi-dimension Object to Array.
Posted in Daily Tips, PHP Tagged array, conversion, objects, php, type-casting



