Objects in JavaScript
Objects in JavaScript are data structure that can store both values and functions. Values are stored as key:value pairs, where each key is a string/symbol and the value can be anything including other
aksh27.hashnode.dev3 min read