DEV Community

Discussion on: Dot notation vs Bracket notation

Collapse
 
marcellonicoletti profile image

It also looks like object usage in other C-like languages. It will be easier to read and write for people coming from C, C#, and Java.

EDIT: I guess that's still ease of use, but in a different way than mentioned in the post. As far as I know there is no time difference when the code is actually running so there is only really differences in ease.

Collapse
 
samanthaming profile image
Samantha Ming β€’

Woo! Definitely an advantage πŸ‘ will add that to my notes 😊