...

/

Object literal upgrades

Object literal upgrades

This lesson covers the upgrade made to object literal in ES6.

We'll cover the following...

In this lessons, we’ll look at the many upgrades brought by ES6 to the object literal notation.

 

Deconstructing variables into keys and values #

...