Skip to content

Commit 21ed0c7

Browse files
committed
added a line of code that resulted in a error
changed where the line of code occurs so that the code is free of errors
1 parent 33e450f commit 21ed0c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assignments/objects.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let example = {
2323
}
2424

2525
// Write your intern objects here:
26-
const newInterns = {mitzi, kennan, keven, gannie, antonietta}
26+
2727
// for(d in data){
2828
// newObject = {}
2929
// newObject.id = data[d][0];
@@ -50,7 +50,7 @@ const antonietta = { id: 5,
5050
5151
name: 'Antonietta',
5252
gender: 'F' }
53-
53+
const newInterns = {mitzi, kennan, keven, gannie, antonietta}
5454
// ==== Challenge 2: Reading Object Data ====
5555
// Once your objects are created, log out the following requests from HR into the console:
5656

0 commit comments

Comments
 (0)