Ex. 4.1: Explicitly typed variables

Use type annotation or inference to ensure the following variables are assigned their respective primitive types (string, number):

Loading...