# Activities

- [Text Summariser](/javascript/activities/text-summariser.md): In this activity we will look at writing a basic text summariser using JavaScript
- [Getting the words](/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](/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](/javascript/activities/text-summariser/getting-the-summary.md)
- [Greeter Function](/javascript/activities/greeter-function.md): An introduction to making your own functions
- [Fizz Buzz](/javascript/activities/fizz-buzz.md)
- [Temperature Converter](/javascript/activities/temperature-converter.md): In this activity we will look at making an application together, step by step
