js

Less bugs in JavaScript using computed properties.

What is computed property? Computed property is feature introduced in ES6. The syntax allows to initialize object using variable’s value as a property name in newly created object. Instead of
Read more