Subham SahuforSubham's Blogsubhamsahu.hashnode.netยทDec 29, 2022JavaScript : PrototypePrerequisites Datatypes Object Try running the below code. We defined a new person object with properties firstname and lastname, and run toString method on the object. const person = { firstname:"Rohan", lastname:"Kamal" } console.log(per...49 readsJavaScriptJavaScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.