Skip to content

Commit 8cfba1a

Browse files
authored
Update objects.md
One mistake corrected made during function calling.
1 parent 524b78a commit 8cfba1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-snippets/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ console.log(obj1);
115115
}
116116
}
117117

118-
console.log(greet({ name: 'amy' }))
118+
console.log(greet({ name: 'Narendra Modi' }))
119119
```
120120

121121
- A: `hey Narendra Modi`

0 commit comments

Comments
 (0)