# Learn to Code

## Learn to Code

- [Welcome](https://learning.pavey.dev/master.md)
- [The Basics](https://learning.pavey.dev/html/the-basics.md): What is HTML?
- [Getting Started](https://learning.pavey.dev/html/intro-to-js.md): Intro to JavaScript
- [The Basics](https://learning.pavey.dev/javascript/js-basics.md)
- [Values](https://learning.pavey.dev/javascript/js-basics/values.md)
- [Variables](https://learning.pavey.dev/javascript/js-basics/variables.md)
- [Functions](https://learning.pavey.dev/javascript/js-basics/functions.md)
- [Operators](https://learning.pavey.dev/javascript/js-basics/operators.md)
- [Conditional Statements](https://learning.pavey.dev/javascript/js-basics/conditional-statements.md)
- [Arrays](https://learning.pavey.dev/javascript/js-basics/arrays.md)
- [Loops](https://learning.pavey.dev/javascript/js-basics/loops.md)
- [Intro to the DOM](https://learning.pavey.dev/javascript/working-with-dom.md)
- [Working with the DOM](https://learning.pavey.dev/javascript/styles-data-dom.md)
- [Activities](https://learning.pavey.dev/javascript/activities.md)
- [Text Summariser](https://learning.pavey.dev/javascript/activities/text-summariser.md): In this activity we will look at writing a basic text summariser using JavaScript
- [Getting the words](https://learning.pavey.dev/javascript/activities/text-summariser/getting-the-words.md): Here we will look at what we need to do to break up and filter our words in preparation for scoring
- [Ranking the sentences](https://learning.pavey.dev/javascript/activities/text-summariser/ranking-the-sentences.md): Using our word stems from the last section, we will give some scores to our sentences
- [Getting the summary](https://learning.pavey.dev/javascript/activities/text-summariser/getting-the-summary.md)
- [Greeter Function](https://learning.pavey.dev/javascript/activities/greeter-function.md): An introduction to making your own functions
- [Fizz Buzz](https://learning.pavey.dev/javascript/activities/fizz-buzz.md)
- [Temperature Converter](https://learning.pavey.dev/javascript/activities/temperature-converter.md): In this activity we will look at making an application together, step by step


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://learning.pavey.dev/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.
