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.

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

You'll find the code here, either edit it inline or copy it over to your editor.

Last updated