#js
Read more stories on Hashnode
Articles with this tag
Introduction In JavaScript, almost everything is an object. An object can have methods - a function that is a property of the object. const user = { ...