jsuwp-4-30 Objects and Functions
4-30 Objects and the DOT
- (computed member access) is a operator
- . (dot) is a operator too
- both has left-to-right asscociativity
- dot is recommended
types of object properties
1 |
|
1 |
|
4-31 Object and object literal
- {} is NOT a operator
1 |
|