What actually happens under the hood when we create a class in JS ?JavaScript classes introduced in ECMAScript 2015 are syntactical sugar over JavaScript’s existing prototype-based inheritance. So JS is…Jan 10, 2021Jan 10, 2021
Use object destructuring to write cleaner codeAs a developer we always have an aim to write cleaner and more maintainable code. I was working on a project the other day and as most of…Jan 10, 2021Jan 10, 2021