# 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
