Category: Intermediate JavaScript

Recent Post

The symbol data type: syntax and use cases

The symbol type prevents object key clashes and can help protect private data

Object destructuring: storing data from JS objects in variables

Easily extract properties from objects and store them in variables

Convert a JavaScript object to an array with Object.entries()

Easily convert a JS object to an array using the Object.entries() method.

What’s the difference between methods and functions?

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