search icon

Can JSON.parse() be performance improvement?

5min coffee icon5min coffee icon5min coffee icon15 min read

JSON.parse is a slow way to create copy of object. But can it actually improve performance of our code?

Read

Is Symbol really useful?

5min coffee icon5min coffee icon5min coffee icon13 min read

Symbols, underestimated feature introduced in ES2015. Does it have any other purpose than interview questions?

Read

How JS becomes multi threaded?

15min coffee icon5min coffee icon30 min read

How we can perform costly operations on our server or user's browser? Multi threading in JavaScript comes to rescue!

Read