-
Notifications
You must be signed in to change notification settings - Fork 1
/
db.json
28 lines (28 loc) · 791 Bytes
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"questions": [
{
"id": 1,
"question": "1 - What is the value of foo?",
"gistId": "27228a3e81486b3ba7456ea2eead6bf9",
"category": "JS",
"option": ["false", "true", "undefined", 1020],
"answer": "true"
},
{
"id": 2,
"question": "2 - What will the following code output?",
"gistId": "4ae5a722b0d1486010fc97e2c4e38e46",
"category": "JS",
"option": [10121521, "false", "undefined", "10 12 15 21"],
"answer": "undefined"
},
{
"id": 3,
"question": "3 - What return the function ReadWord ?",
"gistId": "d05c42862f3d3754714784055680c83c",
"category": "JS",
"option": ["undefined", "Hello World!", "! dlrow olleH", "!dlroWolleH"],
"answer": "! dlrow olleH"
}
]
}