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 ⭐ 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, either edit it inline or copy it over to your editor.
Last updated