Skip to content

Commit 6caea9e

Browse files
authored
Merge pull request wesbos#185 from missmatsuko/edit
Add person object to day 14 starter file
2 parents 5572435 + 7ca5cf9 commit 6caea9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)