Checking if how we write JS can change the performance of its execution even if it is the same code?
ReadJSON.parse is a slow way to create copy of object. But can it actually improve performance of our code?
ReadJS engines are complicated piece of software. I want to quickly explain one of the optimization techniques V8 is using to speed up your code execution.
ReadSymbols, underestimated feature introduced in ES2015. Does it have any other purpose than interview questions?
Read