ES6 in Action: Enhanced Object Literals
May 29, 2018This article looks at what’s possible with object literals in JavaScript, especially in the light of recent ECMAScript updates. The ability to create JavaScript objects using literal notation is powerful. New features introduced from ES2015 (ES6) make object handling even easier in all modern browsers (not IE) and No...
Recent Comments