#javascript
Read more stories on Hashnode
Articles with this tag
The simplest possible definition of a webworker that I can think of will be: A piece of code/functionality that offloads tasks from the main thread...
So polyfills huh? What is a polyfill exactly? According to MDN A polyfill is a piece of code (usually JavaScript on the Web) used to provide modern...
As mentioned in the title, the rest and the spread operator, despite being very similar, behaves very differently depending on the use case....