Skip to content

Commit 73914af

Browse files
authored
Merge pull request javascript-tutorial#177 from kitiya/patch-7
Changing 'leader' to 'user'
2 parents 336a724 + a947264 commit 73914af

File tree

1 file changed

+1
-1
lines changed
  • 1-js/05-data-types/11-json/1-serialize-object

1 file changed

+1
-1
lines changed

1-js/05-data-types/11-json/1-serialize-object/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ importance: 5
44

55
# Turn the object into JSON and back
66

7-
Turn the `leader` into JSON and then read it back into another variable.
7+
Turn the `user` into JSON and then read it back into another variable.
88

99
```js
1010
let user = {

0 commit comments

Comments
 (0)