𝗜𝗻𝘁𝗲𝗿𝗻𝗮𝗹 𝗟𝗼𝗴𝗶𝗰 𝗕𝗲𝗵𝗶𝗻𝗱 𝗝𝗮𝘃𝗮𝗦𝗰𝗿𝗶𝗽𝘁 𝗔𝗿𝗿𝗮𝘆 𝗠𝗲𝘁𝗵𝗼𝗱𝘀 Stop treating JavaScript methods as magic. You should understand how they work under the hood. Most developers ...
Array-like notation Use square brackets and quotes. This is necessary if your property name has spaces. person ['firstName'] Example with spaces: let address = { 'building no': 3960 }; address ...