#js
Read more stories on Hashnode
Articles with this tag
Javascript is a single-threaded language and it is blocking by nature. Still, we can do things asynchronously without blocking further code execution....
Javascript is great, it is single-threaded but fast enough for most use cases, it is easy to get started with but hard to master. 2019 has been great...