Tag: objects

Understanding Object.assign() in JavaScript

If you’ve been writing JavaScript for a while, you’ve almost certainly come across Object.assign(). It’s one…

 Posted in javascript Tagged , ,
What Is Enumerable?

What Is Enumerable?

if you’ve ever looped over an object in JavaScript and wondered why some properties don’t…

 Posted in javascript Tagged , ,

PHP: How to convert stdclass to array

Let’s see how to convert single-dimension and Multi-dimension Object to Array.

 Posted in Daily Tips, PHP Tagged , , , ,