Data Types Flashcards
1
Q
nil
A
Represents nothing or no value x = nil
2
Q
Strings
A
Stores textual information
3
Q
Numbers
A
Stores Integers
4
Q
Floats
A
Stores Decimal Numbers
5
Q
Arrays
A
Stores lists of things
6
Q
Hashes
A
Stores a Key=Values of things