diff --git a/JAVASCRIPT/word-list_en.js b/JAVASCRIPT/word-list_en.js new file mode 100644 index 0000000..c9203bf --- /dev/null +++ b/JAVASCRIPT/word-list_en.js @@ -0,0 +1,230 @@ +const wordList = [ + { + word: "guitar", + hint: "A musical instrument with strings." + }, + { + word: "oxygen", + hint: "A colorless, odorless gas essential for life." + }, + { + word: "mountain", + hint: "A large natural elevation of the Earth's surface." + }, + { + word: "painting", + hint: "An art form using colors on a surface to create images or expression." + }, + { + word: "astronomy", + hint: "The scientific study of celestial objects and phenomena." + }, + { + word: "football", + hint: "A popular sport played with a spherical ball." + }, + { + word: "chocolate", + hint: "A sweet treat made from cocoa beans." + }, + { + word: "butterfly", + hint: "An insect with colorful wings and a slender body." + }, + { + word: "history", + hint: "The study of past events and human civilization." + }, + { + word: "pizza", + hint: "A savory dish consisting of a round, flattened base with toppings." + }, + { + word: "jazz", + hint: "A genre of music characterized by improvisation and syncopation." + }, + { + word: "camera", + hint: "A device used to capture and record images or videos." + }, + { + word: "diamond", + hint: "A precious gemstone known for its brilliance and hardness." + }, + { + word: "adventure", + hint: "An exciting or daring experience." + }, + { + word: "science", + hint: "The systematic study of the structure and behavior of the physical and natural world." + }, + { + word: "bicycle", + hint: "A human-powered vehicle with two wheels." + }, + { + word: "sunset", + hint: "The daily disappearance of the sun below the horizon." + }, + { + word: "coffee", + hint: "A popular caffeinated beverage made from roasted coffee beans." + }, + { + word: "dance", + hint: "A rhythmic movement of the body often performed to music." + }, + { + word: "galaxy", + hint: "A vast system of stars, gas, and dust held together by gravity." + }, + { + word: "orchestra", + hint: "A large ensemble of musicians playing various instruments." + }, + { + word: "volcano", + hint: "A mountain or hill with a vent through which lava, rock fragments, hot vapor, and gas are ejected." + }, + { + word: "novel", + hint: "A long work of fiction, typically with a complex plot and characters." + }, + { + word: "sculpture", + hint: "A three-dimensional art form created by shaping or combining materials." + }, + { + word: "symphony", + hint: "A long musical composition for a full orchestra, typically in multiple movements." + }, + { + word: "architecture", + hint: "The art and science of designing and constructing buildings." + }, + { + word: "ballet", + hint: "A classical dance form characterized by precise and graceful movements." + }, + { + word: "astronaut", + hint: "A person trained to travel and work in space." + }, + { + word: "waterfall", + hint: "A cascade of water falling from a height." + }, + { + word: "technology", + hint: "The application of scientific knowledge for practical purposes." + }, + { + word: "rainbow", + hint: "A meteorological phenomenon that is caused by reflection, refraction, and dispersion of light." + }, + { + word: "universe", + hint: "All existing matter, space, and time as a whole." + }, + { + word: "piano", + hint: "A musical instrument played by pressing keys that cause hammers to strike strings." + }, + { + word: "vacation", + hint: "A period of time devoted to pleasure, rest, or relaxation." + }, + { + word: "rainforest", + hint: "A dense forest characterized by high rainfall and biodiversity." + }, + { + word: "theater", + hint: "A building or outdoor area in which plays, movies, or other performances are staged." + }, + { + word: "telephone", + hint: "A device used to transmit sound over long distances." + }, + { + word: "language", + hint: "A system of communication consisting of words, gestures, and syntax." + }, + { + word: "desert", + hint: "A barren or arid land with little or no precipitation." + }, + { + word: "sunflower", + hint: "A tall plant with a large yellow flower head." + }, + { + word: "fantasy", + hint: "A genre of imaginative fiction involving magic and supernatural elements." + }, + { + word: "telescope", + hint: "An optical instrument used to view distant objects in space." + }, + { + word: "breeze", + hint: "A gentle wind." + }, + { + word: "oasis", + hint: "A fertile spot in a desert where water is found." + }, + { + word: "photography", + hint: "The art, process, or practice of creating images by recording light or other electromagnetic radiation." + }, + { + word: "safari", + hint: "An expedition or journey, typically to observe wildlife in their natural habitat." + }, + { + word: "planet", + hint: "A celestial body that orbits a star and does not produce light of its own." + }, + { + word: "river", + hint: "A large natural stream of water flowing in a channel to the sea, a lake, or another such stream." + }, + { + word: "tropical", + hint: "Relating to or situated in the region between the Tropic of Cancer and the Tropic of Capricorn." + }, + { + word: "mysterious", + hint: "Difficult or impossible to understand, explain, or identify." + }, + { + word: "enigma", + hint: "Something that is mysterious, puzzling, or difficult to understand." + }, + { + word: "paradox", + hint: "A statement or situation that contradicts itself or defies intuition." + }, + { + word: "puzzle", + hint: "A game, toy, or problem designed to test ingenuity or knowledge." + }, + { + word: "whisper", + hint: "To speak very softly or quietly, often in a secretive manner." + }, + { + word: "shadow", + hint: "A dark area or shape produced by an object blocking the light." + }, + { + word: "secret", + hint: "Something kept hidden or unknown to others." + }, + { + word: "curiosity", + hint: "A strong desire to know or learn something." + } +]; \ No newline at end of file diff --git a/JAVASCRIPT/word-list_tr.js b/JAVASCRIPT/word-list_tr.js new file mode 100644 index 0000000..9d9e432 --- /dev/null +++ b/JAVASCRIPT/word-list_tr.js @@ -0,0 +1,222 @@ +const wordList = [ +{ + "word": "kalem", + "hint": "Yazı yazmak için kullanılan araç." +}, +{ + "word": "yazar", + "hint": "Kitap veya makale yazan kişi." +}, +{ + "word": "kitap", + "hint": "Okumak için yazılmış eser." +}, +{ + "word": "kuyum", + "hint": "Altın ve mücevherat ile ilgili iş." +}, +{ + "word": "maden", + "hint": "Yer altından çıkarılan değerli taş veya metal." +}, +{ + "word": "orman", + "hint": "Ağaçlarla kaplı geniş alan." +}, +{ + "word": "plaka", + "hint": "Araçların tanımlandığı metal levha." +}, +{ + "word": "burun", + "hint": "Koku alma organı." +}, +{ + "word": "sinek", + "hint": "Kanatlı küçük böcek." +}, +{ + "word": "kazak", + "hint": "Soğuk havalarda giyilen yünlü giysi." +}, +{ + "word": "akide", + "hint": "Geleneksel sert şekerleme." +}, +{ + "word": "mezar", + "hint": "Ölülerin gömüldüğü yer." +}, +{ + "word": "kumsal", + "hint": "Deniz kenarındaki kumlu alan." +}, +{ + "word": "eldiven", + "hint": "Elleri soğuktan korumak için kullanılan giysi." +}, +{ + "word": "karanlık", + "hint": "Işık olmayan, loş." +}, +{ + "word": "sanat", + "hint": "Estetik yaratıcılık." +}, +{ + "word": "darbe", + "hint": "Ani ve sert vuruş." +}, +{ + "word": "melik", + "hint": "Kral, hükümdar." +}, +{ + "word": "evrak", + "hint": "Resmi belgeler." +}, +{ + "word": "tarla", + "hint": "Ekin ekilen arazi." +}, +{ + "word": "kapak", + "hint": "Kapağı olan nesne." +}, +{ + "word": "deniz", + "hint": "Tuzlu su kütlesi." +}, +{ + "word": "suluk", + "hint": "Su içmek için kullanılan kap." +}, +{ + "word": "zarif", + "hint": "İnce, nazik." +}, +{ + "word": "topuz", + "hint": "Sopa başına takılan yuvarlak cisim." +}, +{ + "word": "karar", + "hint": "Verilmiş hüküm." +}, +{ + "word": "renkli", + "hint": "Birçok renkten oluşan." +}, +{ + "word": "pasaj", + "hint": "Üstü kapalı alışveriş yeri." +}, +{ + "word": "merak", + "hint": "Bilme isteği." +}, +{ + "word": "alevli", + "hint": "Yanmakta olan, ateşli." +}, +{ + "word": "makas", + "hint": "Kumaş veya kağıt kesme aracı." +}, +{ + "word": "havlu", + "hint": "Kurulanmak için kullanılan kumaş." +}, +{ + "word": "patik", + "hint": "Bebekler için örülen yün çorap." +}, +{ + "word": "leylek", + "hint": "Uzun bacaklı, gagalı göçmen kuş." +}, +{ + "word": "incek", + "hint": "Çok ince." +}, +{ + "word": "halka", + "hint": "Yuvarlak şekil." +}, +{ + "word": "demir", + "hint": "Metal element." +}, +{ + "word": "atlas", + "hint": "Dünya haritaları içeren kitap." +}, +{ + "word": "karma", + "hint": "Karmaşık veya karışık." +}, +{ + "word": "cihaz", + "hint": "Elektronik veya mekanik alet." +}, +{ + "word": "perde", + "hint": "Işığı kesen örtü." +}, +{ + "word": "kavak", + "hint": "Uzun boylu ağaç türü." +}, +{ + "word": "araba", + "hint": "Kara taşıtı." +}, +{ + "word": "kelam", + "hint": "Söz, laf." +}, +{ + "word": "damar", + "hint": "Kan taşıyan boru." +}, +{ + "word": "banka", + "hint": "Para işlemleri yapan kurum." +}, +{ + "word": "dalga", + "hint": "Su veya hava akımı." +}, +{ + "word": "fidan", + "hint": "Genç ağaç." +}, +{ + "word": "lale", + "hint": "Baharda açan soğanlı çiçek." +}, +{ + "word": "melek", + "hint": "Doğaüstü varlık." +}, +{ + "word": "rüya", + "hint": "Uyku sırasında görülen olaylar." +}, +{ + "word": "şarap", + "hint": "Üzümden yapılan alkollü içecek." +}, +{ + "word": "tava", + "hint": "Yemek pişirmekte kullanılan mutfak eşyası." +}, +{ + "word": "umran", + "hint": "Gelişmişlik, medeniyet." +}, +{ + "word": "zihin", + "hint": "Düşünme, anlama ve hatırlama yetisi." +} +]; \ No newline at end of file