Chapter 3 - Objects: a way to group data
Click the title to see the listing, solutions to exercises and video tutorials on this site. Click the JS Bin code to see the live listing on JS Bin.
Extras: Using recent language features
An object can only be assigned once to a variable declared with const
. However, the object itself can be updated.
Listing | Title | JS Bin Code |
---|---|---|
3.17 | Using dot notation in templates | sedehut |
3.18 | Assigning properties to variables | jefeyid |
3.19 | Assigning variables to matching properties | rivufo |
3.20 | Updating objects assigned to constants | labidah |