There may be lots of places where the code can be made more readable and cleaner using ES6 features. Features that can be used are: - Arrow functions - Destructuring - Short Object Literals
There may be lots of places where the code can be made more readable and cleaner using ES6 features. Features that can be used are: