#backend-development
Read more stories on Hashnode
Articles with this tag
this keyword this is a predefined keyword in JavaScript. When used in a function, this keyword simply points to an object to which it is bound. It...
Object in JavaScript is used to store multiple values as a complex data structure. We create objects with curly braces ({...}) and one or more...
Introduction If you wish to add animation to any of the components in the web page, all those animations or modifications to an element to behave in a...