# Additional Resources 5

## Introduction <a href="#introduction" id="introduction"></a>

If you'd like to learn more, this page contains a non-exhaustive, unordered list of useful resources. These resources are primarily related to Module 5, but also expand the scope of what has been covered, and touch on concepts and fundamentals that we will cover in future modules. You will see some of these resources repeated in other pages.

## Scope

1. FreeCodeCamp Exercises:
   1. [Global Scope and Functions](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/global-scope-and-functions)
   2. [Local Scope and Functions](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/local-scope-and-functions)
   3. [Global vs Local Scope in Functions](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript/global-vs--local-scope-in-functions)
2. [A Simple Explanation of Scope in JavaScript](https://dmitripavlutin.com/javascript-scope/)
3. [Understanding Scope in JavaScript](https://www.digitalocean.com/community/tutorials/understanding-scope-in-javascript)
4. [Everything You Wanted to Know About JavaScript Scope](https://ultimatecourses.com/blog/everything-you-wanted-to-know-about-javascript-scope)


---

# 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://fundamentals.rocketacademy.co/5-managing-state-and-input-validation/additional-resources-5.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.
