# Evie's Accelerated JS Tutorial

Keep being told to "Go Learn JavaScript"? Tired of being called a noob? This guide will speed you through some important JavaScript basics because we know you're a smart cookie and you can take it.

The goal of this guide is to get you through as much JavaScript by showing some real-life examples of each feature being used. I'll be providing links to documentation and other tutorials with more details when necessary.


---

# 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://evie.gitbook.io/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.
