How to Create Object literal notation JavaScript | Explained
Object literal notation JavaScript In this article, we will discuss Object literal notation in JavaScript. Creating objects using object literal: {} While creating objects using object literal, we use pair…