Functionality and use cases for the global Reflect object in JavaScript.
Topic: JavaScript โ Page 20
There are several ways to define functions in JavaScript. It turns out that not every function can be used as a constructor.
It's always good to know how much time code needs to be executed. Today I learned there is a more precise way than using the Date object.
Today I discovered that await is more flexible than I thought because it doesn't work only on promises.