Strings, Numbers and Dates
- Leigh Armstrong
- Aug 4, 2018
- 1 min read
I learnt that strings are sequences of characters and that we create them by surrounding them with single or double quotation marks. I also learnt that I could concatenate them (adds one variable to another), slice them (only display certain characters), replace them (replaces words with another in a variable), make certain characters uppercase/lowercase and display the amount of characters.

Next was ways to display numbers and dates through various commands.

Comments