# Javascripts Books, Tutorials, and Courses

## Javascript Books

* [Learning JavaScript Design Patterns](https://addyosmani.com/resources/essentialjsdesignpatterns/book/?ref=java5cript.com) License: CC-BY-NC-ND
* [JavaScript for impatient programmers (ES2020 edition)](https://exploringjs.com/impatient-js/toc.html)
* [Introduction - Human JavaScript](https://read.humanjavascript.com/?ref=java5cript.com)

## Javascript Course

* [Learn-js](https://www.learn-js.org/)
* [Learn Programming](https://learnprogramming.online/)
* [Learn JavaScript](https://learnjavascript.online/)
* [Javascript Info](https://javascript.info/)
* [Eloquent JavaScript](https://eloquentjavascript.net/?ref=java5cript.com) License: CC-BY-NC

## Javascript Learning Resources

* [Free JavaScript Websites - Java5cript.com - Learn JavaScript for free](https://www.java5cript.com/websites)


---

# 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://irosyadi.gitbook.io/irosyadi/programming/javascript-book.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.
