es2015
JavaScript
How to remove a property from a JavaScript object
There are two ways to remove a property from a JavaScript object: one is the mutable way of doing it by using...
JavaScript
Optimizing JavaScript loading with defer and async attributes
We are all used to using the script tag to load external JavaScript files in our HTML. Traditionally, the only workaround for...
JavaScript
How to format a Number as Currency using ES2015
The process to format a number as currency can be a tedious task. It feels like a small task, but the number...
JavaScript
JavaScript Proxy: What and Why?
EcmaScript 2015 introduced yet another feature that has not been used widely yet. A JavaScript proxy allows us to wrap an existing...
JavaScript
Object initialization shorthand notations in JavaScript
I was recently working on a project in which I was trying to use a shorthand notation for destructuring assignment of a...
JavaScript
Using Babel to import/export ES2015 modules in Node.js
Using "require" statements (commonJS syntax) in your server side code while writing "import" and "export" statements (ES2015 syntax) for your front end makes writing...

Hi there! Want some more knowledge?
Think that the knowledge shared is helpful? You might want to give our mailing list a try. We'll send you 2-4 emails a month, right when new posts come out.