# CheatJS

![cheatjs](https://i.ibb.co/TrmSrGx/cheatjs-logo-v1.jpg)

[**We make high quality cheatsheets for JavaScript environment**](https://yurace.gitbook.io/cheatjs/) :sunglasses:

JavaScript is an amazing and unique language. From a simple scripting add-on for web pages, it has grown to an entire infrastructure of immense size, consisting of millions of libraries, hundreds of frameworks and platforms. Our goal is to make learning JavaScript and its environment as simple, enjoyable and fast as possible.

[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/cheatjs/cheat/issues) ![GitHub repo size](https://img.shields.io/github/repo-size/cheatjs/cheat?color=blue) ![GitHub](https://img.shields.io/github/license/cheatjs/cheat?color=green)

[LICENSE](https://github.com/cheatjs/cheat/blob/master/LICENSE/README.md) 2022.


---

# 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://yurace.gitbook.io/cheatjs/readme.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.
