forked from Asabeneh/30-Days-Of-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -475,7 +475,7 @@ const student = { | |
isMarried:true, | ||
skills:['HTML', 'CSS', 'JS', 'React','Node', 'Python', ] | ||
} | ||
const text = `{ | ||
const txt = `{ | ||
"Alex": { | ||
"email": "[email protected]", | ||
"skills": [ | ||
|
@@ -589,8 +589,8 @@ const text = `{ | |
|
||
### Exercises Level 3 | ||
|
||
1. Parse the *text* JSON to object. | ||
2. Find the the user who has many skills. | ||
1. Parse the *txt* JSON to object. | ||
2. Find the the user who has many skills from the variable stored in *txt*. | ||
|
||
🎉 CONGRATULATIONS ! 🎉 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters