Skip to content

Commit 7ca5cf9

Browse files
committed
Add person object to day 14 starter file
Shown in starter file in video, missing from actual starter file.
1 parent 9012f5e commit 7ca5cf9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

14 - JavaScript References VS Copying/index-START.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
// The same thing goes for objects, let's say we have a person object
3838

3939
// with Objects
40+
const person = {
41+
name: 'Wes Bos',
42+
age: 80
43+
};
4044

4145
// and think we make a copy:
4246

0 commit comments

Comments
 (0)