# Javascript

- [Basics](https://www.mohitkapadiya.com/javascript/basics.md)
- [Advance Javascript](https://www.mohitkapadiya.com/javascript/advance-javascript.md)
- [Object Oriented Javascript](https://www.mohitkapadiya.com/javascript/object-oriented-javascript.md)
- [Design Patterns in JS](https://www.mohitkapadiya.com/javascript/design-patterns-in-js.md)
- [Frameworks & Libraries](https://www.mohitkapadiya.com/javascript/frameworks-and-libraries.md)
- [Blockchain Development in JS](https://www.mohitkapadiya.com/javascript/blockchain-development-in-js.md)
- [Web Frontend in JS](https://www.mohitkapadiya.com/javascript/web-frontend-in-js.md)
- [Performance Optimization](https://www.mohitkapadiya.com/javascript/performance-optimization.md)
- [JavaScript Testing](https://www.mohitkapadiya.com/javascript/javascript-testing.md)
- [Backend in JS](https://www.mohitkapadiya.com/javascript/backend-in-js.md)
- [JavaScript Security](https://www.mohitkapadiya.com/javascript/javascript-security.md)
- [Modern Development (Tooling)](https://www.mohitkapadiya.com/javascript/modern-development-tooling.md)
- [JS vs JQuery](https://www.mohitkapadiya.com/javascript/js-vs-jquery.md)
- [JS Graphics](https://www.mohitkapadiya.com/javascript/js-graphics.md)
- [JS JSON](https://www.mohitkapadiya.com/javascript/js-json.md)
- [JS AJAX](https://www.mohitkapadiya.com/javascript/js-ajax.md)
- [JS with Servers](https://www.mohitkapadiya.com/javascript/js-with-servers.md)


---

# 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://www.mohitkapadiya.com/javascript.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.
