Tag: objects

Recent Post

The right way to clone an object in JavaScript

We investigate how to make a proper 'deep clone' of an object in JavaScript.

Looking back at the ES2017 updates to JavaScript

Learn about the new JavaScript features introduced by ES2017

What’s the difference between methods and functions?

Learn how methods are functions able to act upon the object in which they are stored.