Please be sure to learn these skills — Preface In the past, I wrote a lot of junk code, and now that looks terrible. When I saw those code fragments again, I even doubted whether I was suitable to be a programmer… 1. Promise callback hell Promises provide an elegant way to handle asynchronous operations in JavaScript. This is also one of the…