> For the complete documentation index, see [llms.txt](https://learning.pavey.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learning.pavey.dev/javascript/activities.md).

# Activities

- [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
