Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Resolve Issue Ebazhanov#2854 (Ebazhanov#2897)
Browse files Browse the repository at this point in the history
* resolve issue Ebazhanov#2856 and issue Ebazhanov#2842

* Added references to questions 1-10

* resolve issue Ebazhanov#2854

Co-authored-by: GalexyN <[email protected]>
  • Loading branch information
GalexyN and GalexyN authored Jan 5, 2022
1 parent 1e5507b commit 669a6fc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions json/json-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -889,3 +889,16 @@ Note: None of the above options appear to be correct. A correct answer would be
- [ ] Convert the number into an exponent.
- [ ] Round the number to the nearest 10-digit number.
- [ ] Split the number into smaller parts.

### Q86. Which code is a valid JSON equivalent of the key/value pair shown that also preserves the data type?

```json
variance: -0.0823
```

- [ ] variance: "-0.0823"
- [ ] variance: -0.0823
- [x] "variance": "-0.0823"
- [ ] "variance": "\-0.0823"

[Reference data types in json](https://www.w3schools.com/js/js_json_datatypes.asp)

0 comments on commit 669a6fc

Please sign in to comment.