Create variables to reference and manipulate data
# | Name | Description | Status |
---|---|---|---|
1 | Comments - Inline | Let's start light. Learn how to comment code | Not Started |
2 | Comments - Block | Comment multiple lines at once | Not Started |
3 | Intro to Variables | The building blocks of code | Not Started |
4 | Integers | Learn how to code with whole numbers | Not Started |
5 | Decimals | Learn how to code with precision | Not Started |
6 | Booleans | You CAN handle the truth | Not Started |
7 | Strings | Keep track of phrases, words, and characters | Not Started |
8 | Constants | Set it once and only once | Not Started |