#javascript
Read more stories on Hashnode
Articles with this tag
How can we perform a task by multiple threads? How can we speed up a process to complete the task early? Well, there are so many ways to improve the...
XMLHttpRequest is a built-in browser object that allows to make HTTP requests in JavaScript. Despite of having the word “XML” in its name, it can...