JavaScript Object Property Access: Dot vs. Bracket Notation
Today as a beginner while learning Javascript I faced a problem that left me confused for quite some time. I was trying to update the values of an object dynamically using a variable as the key. However, instead of updating the intended property, my ...
coffee-and-code.hashnode.dev4 min read