-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestions.json
More file actions
82 lines (82 loc) · 2.02 KB
/
Copy pathquestions.json
File metadata and controls
82 lines (82 loc) · 2.02 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[
{
"question": "The language primarily used to style web pages",
"answer": "CSS"
},
{
"question": "A widely used JavaScript library for building user interfaces",
"answer": "React"
},
{
"question": "The protocol that allows secure communication over the web",
"answer": "HTTPS"
},
{
"question": "The JavaScript function to delay execution of code",
"answer": "setTimeout"
},
{
"question": "An HTML element used to create a clickable link",
"answer": "Anchor"
},
{
"question": "A JavaScript method used to add or remove classes from an element",
"answer": "classList"
},
{
"question": "The term for the parent language of JavaScript",
"answer": "ECMAScript"
},
{
"question": "The CSS property used to control the space between elements",
"answer": "Margin"
},
{
"question": "A browser API for storing data locally on the client side",
"answer": "LocalStorage"
},
{
"question": "The default HTTP method for form submissions",
"answer": "POST"
},
{
"question": "A language used to structure content on the web",
"answer": "HTML"
},
{
"question": "The process of finding and fixing bugs in code",
"answer": "Debugging"
},
{
"question": "A method in JavaScript to filter an array",
"answer": "Filter"
},
{
"question": "The tag used to define a table row in HTML",
"answer": "TableRow"
},
{
"question": "A type of loop that repeats until a condition is false",
"answer": "While"
},
{
"question": "The property in CSS used to set the background color",
"answer": "BackgroundColor"
},
{
"question": "The JavaScript keyword used to declare a constant variable",
"answer": "Const"
},
{
"question": "A feature in JavaScript to make asynchronous requests",
"answer": "Fetch"
},
{
"question": "The HTML element used to embed images",
"answer": "Image"
},
{
"question": "The JavaScript method used to parse JSON strings",
"answer": "Parse"
}
]