#backend-developments
Read more stories on Hashnode
Articles with this tag
Events Events are signals that tell us something has happened. It can be a clicking on a button, pressing keys on the keyboard or moving the mouse...
What are Objects Objects are core data structures in JavaScript, an object is a super important data structure because it typically is used or helps...
What is an Array? Arrays are used to store multiple values in JavaScript. You can think of an array as an ordered list of values. Arrays organize...