#javascript
Read more stories on Hashnode
Articles with this tag
Before knowing about hoisting get well versed with 'Execution context' in Javascript and how it works without it we can not understand the...
Synchronous JavaScript executes code sequentially, blocking the other program until each operation completes. As a result, it can lead to slower...