> For the complete documentation index, see [llms.txt](https://leeboa.gitbook.io/study/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leeboa.gitbook.io/study/undefined/javascript.md).

# Javascript

## Javascript

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

### ECMAScript

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

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

###

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

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

&#x20;
