# TRIPLE-PLUS Adout

### 이 사이트는

**Vanilla-JS(JavaScript ES6) 중심으로 웹 기술을 다루는 사이트입니다. 보통 제가 새로 깨닫게 된 내용이나 공부해서 알게 된 내용을 정리해서 올립니다. 글 내용에 오류가 있거나 부자연스러운 문장, 맞춤법이 있다면 제보를해주시면 감사하겠습니다.**

### **내가  이글을 쓰는 이유**&#x20;

#### 기술은 점점 발전하고 있습니다. 불필요했던 혹은 구현하기 힘들었던, 까다로웠던 모든 구형 언어, 혹은 라이브러리, 플러그인들도 끊임없이 개선되고, 발전하고 있습니다. 하지만 그것들을 정확히 알고 쓰기위해서는 **JavaScript 기본원리를 정확히 알고 있어야 한다고 생각합니다.**&#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://triplexlab.gitbook.io/vanilla-js/master.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.
