-
Notifications
You must be signed in to change notification settings - Fork 0
/
zaaa.js
82 lines (82 loc) · 1.54 KB
/
zaaa.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
let kelimeListesi = [
{
kelime: "php",
ipucu: "bir programlama dili"
},
{
kelime: "gitar",
ipucu: "bir müzik aleti"
},
{
kelime: "uranus",
ipucu: "güneş sisteminde bir gezegen"
},
{
kelime: "png",
ipucu: "bir resim uzantısı"
},
{
kelime: "ada",
ipucu: "etrafı denizlerle çevrili kara parçalı"
},
{
kelime: "futbol",
ipucu: " bir spor dalı"
},
{
kelime: "dama",
ipucu: "bir zeka ve strateji oyunu"
},
{
kelime: "ram",
ipucu: "bir bilgisayar belleği"
},
{
kelime: "java",
ipucu: "bir programlama dili"
},
{
kelime: "google",
ipucu: " arama motoru"
},
{
kelime: "excel",
ipucu: "microsoft araçlarından biri"
},
{
kelime: "mysql",
ipucu: "bir veritabanı sistemi"
},
{
kelime: "keman",
ipucu: "bir müzik enstruman±"
},
{
kelime: "mars",
ipucu: "güneş sisteminde bir gezegen"
},
{
kelime: "html",
ipucu: "web sitesi dili"
},
{
kelime: "svg",
ipucu: "vector resim formatı"
},
{
kelime: "jpeg",
ipucu: "bir resim formatı"
},
{
kelime: "aramak",
ipucu: "birşeyi bulmaya çalışmak"
},
{
kelime: "tunus",
ipucu: "bir ülke ismi"
},
{
kelime: "özgür",
ipucu: "hür olan kişi"
},
]