Skip to content

Commit

Permalink
Updated JSON Quiz Q2 (#1569)
Browse files Browse the repository at this point in the history
Fixed incorrect answer for Q2
  • Loading branch information
iHamzaKhanzada authored May 19, 2021
1 parent d6c2ce6 commit 96ee9ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions json/json-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
'green'
]
```
- [ ]
- [x]
```
[
"red",
"blue",
"green"
]
```
- [x]
- [ ]
```
{
"color": "red",
Expand Down Expand Up @@ -599,4 +599,4 @@ Note: None of the above options appear to be correct. A correct answer would be
- [ ] key: "value"
- [x] "key": "value"
- [ ] key, "value"
- [ ] 'key': 'value'
- [ ] 'key': 'value'

0 comments on commit 96ee9ad

Please sign in to comment.