Helloooo everybody! 👋 It has been some time since I final posted, I’ve been moderately busy the previous 2 weeks!
Because the title suggests, I’m curious to know what your favorite JavaScript ES6 characteristic is…🤔
I used to be lately requested this in an interview and it shocked me as I’ve been studying JS with newest options so I do not fairly know which options are ES6 and that are newer… So I answered with what got here to thoughts, and it was Guarantees
. Since I’ve been studying about backend improvement with NodeJS, I’ve learnt quite a bit about asynchronous programming which is why I selected that reply (I additionally talked about async/await, which was not launched till ES7, oops!). In fact, I needed to clarify why I selected that exact characteristic and I talked about the advantage of the way it helps remove callback hell, enhance error dealing with and the way you should utilize Promise chaining to your benefit.
So, I current to you an identical query, what’s/are your favorite ES6 characteristic/s and why? (In case you are getting ready for an interview, this could possibly be a superb follow to reply out loud 😉).