# Javascript Resources

## Javascript Hosting

* [JS.org](https://js.org/) : Free webspace to host javascript project.

## Javascript

* [JavaScript for Data Science](http://js4ds.org/)
* [RunKit Javascript on Browser](https://runkit.com/home)

## Javascript for Front-end

* [niui](https://niui.dev/#home)

## Mini Javascript

* [Dwitter](https://www.dwitter.net/) Javascript Animation in 140 bytes
* [JS1024](https://js1024.fun/results/2020) Javascript in 1024 bytes
* [JS1K](https://js1k.com/) the original Javascript in 1k bytes
* [Shadertoy](https://www.shadertoy.com/)

## Java Script CDN

* [JSDelivr](https://www.jsdelivr.com) JavaScript from GitHub, NPM, or WordPress

## Javascript

* [Modern Javascript Tutorial](https://javascript.info/) [Github](https://github.com/javascript-tutorial/en.javascript.info/)

## Javascript

* [Dannjs - Neural Network library for Javascript](https://dannjs.org/)


---

# 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-resource.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.
