#javascript
Read more stories on Hashnode
Articles with this tag
Introduction Serialization is the conversion of an object into an easily transported form. When building out a full-stack application, it acts as a...
Event Listeners An event listener in JavaScript allows the webpage to "listen" for specific actions the user takes. When an event listener registers...