# JavaScript - ის საფუძვლები

დღეისათვის შეიძლება ითქვას რომ JavaScript ყველაზე პოპულარული პროგრამირების ენაა. ასეთი პოპულარობა იმ ფაქტის შედეგია, რომ ვებ აპლიკაციების გასაკეთებლად JavaScript-ი ერთადერთი პროგრამირების ენაა, რომელიც ყველა ბროუზერში ეშვება. თუმცა ბროუზერების გარდა JavaScript-ი უკვე ბევრ სხვა გარემოშიც გამოიყენება. რაც იმას ნიშნავს, რომ თანამედროვე დეველოპერებისთვის ამ ენის კარგად შესწავლა ძალიან მნიშვნელოვანია.

აქ მოცემული მასალა ნათარგმნია MDN - იდან, კერძოდ ამ თავიდან [A re-introduction to JavaScript (JS tutorial)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://start.bitcamp.ge/javascript.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
