-
-
Notifications
You must be signed in to change notification settings - Fork 4
possessive
pannous edited this page Nov 12, 2020
·
1 revision
Properties such as person{name:"Joe" number:12345}
can be accessed as usual
- with dot syntax person.name
- with index syntax person["name"]
- with index syntax person[name:]
- with possessive syntax
person's name
- with possessive syntax
name of person