#javascript
Read more stories on Hashnode
Articles with this tag
These days, I am working on a video steaming system. Vue.js is used for the front end, and Ruby on Rails for back end. To simplify the uploading...
addEventListener is a method in JavaScript that allows you to attach an event listener function to an element in the Document Object Model (DOM). The...
AJAX is a word I often hear in my company, but I did not really understand the meaning or the pros and cons of it. So, I checked out the meaning of it...