dheeraj korangagyannbaato.hashnode.devยทOct 13, 2024JavaScript Object LiteralIn JavaScript, an object literal is a simple way to define an object using a set of key-value pairs. You define an object literal by using curly braces {} and specifying properties inside it. const student ={ Name : "dheeraj", Uid : 9856, ...Javascript for BegineersJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.