Skip to content

Commit 755f7c0

Browse files
Rebecca Murpheyajpiano
Rebecca Murphey
authored andcommitted
objects md file
1 parent c1a5acf commit 755f7c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/javascript-101/objects.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@ key-value pair can be written as any valid JavaScript identifier, a string
4040
'some string' : 456,
4141
99999 : 789
4242
};
43+
<<<<<<< HEAD
44+
=======
45+
46+
Object literals can be extremely useful for code organization; for more
47+
information, read Using Objects to Organize Your Code by Rebecca Murphey.
48+
>>>>>>> objects md file
4349
</div>

0 commit comments

Comments
 (0)