Javascript Objects-01
In this topic, we are going to study Objects in depth Object stores the value in key and its value format. Syntax: - const obj={ name:'rahul', roll_no:298220, college:'abc college' } Here obj is object_name you can change it as you want name:'rahul...