> For the complete documentation index, see [llms.txt](https://okelm.gitbook.io/devmeetings-react-ts-fork/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://okelm.gitbook.io/devmeetings-react-ts-fork/typescript/tasks.md).

# Tasks

> **Hint**: tasks often depend on previous tasks being already completed - it's best to do them in order.
>
> **Hint**: It's okay to get stuck. If you do, first check your terminal for TypeScript errors and if there are any, try solving them starting with the top one. If that doesn't work then ask your mate or look for a mentor.
>
> **Hint**: Some tasks are marked as **optional** using the :star: emoji - those are extra tasks that are usually a little bit harder. It's great if you manage to complete them, but they are not necessary for next modules.

## 1. Add types to the code from the "It's just javascript" section

> You'll find the code [here](https://codesandbox.io/embed/typescript-vs-javascript-n8ci4), either edit it inline or copy it over to your editor.
