...

/

Type-Specific Identifiers

Type-Specific Identifiers

This lesson will teach us how to explicitly set the type of our let binding.

We'll cover the following...

As we’ve seen so far, keeping track of the type of data we have is very important. Languages like JavaScript or Python do not require that we mention the explicit type of a variable. ...