# 脱 JS 初心者勉強会 資料

## 狙いと目的

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://kent-and-co.gitbook.io/first-step-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.
