-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathwords.js
61 lines (61 loc) · 1.61 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
51
52
53
54
55
56
57
58
59
60
61
let words = [
{
word: "webbtelescope",
hint: "World's largest, most powerful, and most complex space science telescope ever built"
},
{
word: "infrared",
hint: "These radiations are captured by the JWST only"
},
{
word: "hydrazine",
hint: "Fuel used by JWST"
},
{
word: "carbondioxide",
hint: "The first clear evidence of presence of this gas outside the solar system was identified by JSWT "
},
{
word: "december",
hint: "JSWT was launched in this month"
},
{
word: "hubble",
hint: "JSWT is atleast 100 times more powerful than this telescope"
},
{
word: "redshifting",
hint: "A process wherein light is stretched as it appears and disappears, leaving a red trail behind"
},
{
word: "silicon",
hint: "This element is coated on the outermost sun-facing layers of JSWT"
},
{
word: "Fowler",
hint: "He helped to make the James Webb mirrors"
},
{
word: "golden",
hint: "The James Webb mirrors are coated in this color"
},
{
word: "beryllium",
hint: "The primary mirrors of JSWT is made of this element"
},
{
word: "eight",
hint: "Number of planets in solar system"
},
{
word: "earth",
hint: "Called as blue planet"
},
{
word: "sun",
hint: "known as the biggest star"
},
{
word: "solar",
hint: "Sun is the center of this system"
}]