# Javascript

## Javascript

**웹에 쓰이는 하나뿐인 프로그래밍 언어  프론트앤드 언어는 javascript이다.**&#x20;

### ECMAScript

**ECMAScript specification  -> 자바스크립트 체계메뉴얼 설명문**

**ES5, ES6 ->  specification 의 버전을 나타내주는것**&#x20;

###

### 자바스크립트 용어&#x20;

* **alert('') : 경고창**
* **console.log ('') : console에 text를 출력함**&#x20;

&#x20;


---

# 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://leeboa.gitbook.io/study/undefined/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.
