forked from Arushi-Kapkoti/EduQuest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
words.js
50 lines (50 loc) · 1.62 KB
/
words.js
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
const words = [
{
word: "photosynthesis",
hint: "The process in which plants make their own food"
},
{
word: "sunlight",
hint: "necessary for photosynthesis"
},
{
word: "chlorophyll",
hint: "Green pigment present in the plant"
},
{
word: "carbondioxide",
hint: "gas inhaled by plants during photosynthesis"
},
{
word: "oxygen",
hint: "Gas exhaled by plants during photosynthesis"
},
{
word: "garden",
hint: "Space for planting flowers and plant"
},
{
word: "green",
hint: "Which plants do photosynthesis"
},
{
word: "stomata",
hint: "holes in leaves which increase photosynthesis"
},
{
word: "water",
hint: "Oxygen gas which is released during photosynthesis comes from:-"
},
{
word: "room",
hint: "most suitable temperature for photosynthesis"
},
{
word: "chloroplast",
hint: "process of photosynthesis takes place in "
},
{
word: "glucose",
hint: "Photosynthesis converts carbon di oxide and water into oxygen and "
},
]