This is where I'll keep some notes from the dart academy boot camp
- Opertators (*=)
- That you need to tell dart a variable is a num or double in order for division to work
- desicion making sintax
- Interpolation
- Interpolated expressions
- The syntax for different things like an inpur from the user
Very important knowledge for future projects.
Default statement is optional, works similar to else (if/else), if all of the other cases are false then the default set of instructions will run.
Syntax variable = < get answer from console>
To make a parameter in a function optional just add square brackets