Object Syntax:
In JavaScript, objects are defined using curly braces {}. Each key-value pair is separated by a colon: and multiple pairs are separated by commas , The key is always a string (or a symbol), and the value can be of any data type, including numbers, strings, other obje...