integers: an integer is a whole numbers. You’re able to assign words to the numbers as values and you’re able to do mathmatics as well
Floats: Floats are shown as decimals. they can be used for mathmatics and are simpler than as used in python
Strings: Strings are established by quotation marks. They hold characters such as numbers and words
Arrays: An array is a list of items. They’re able to hold multiple data types such as strings, floats, integers, other arrays, etc. Once things are put into arrays, you are able to call on items and groups quickly. making the process easier
Hash: A hash is similar to an array, but is not ordered or numeric. A hash is able to contain any amount of value pairs without restrictions to the type, format, or values. These key/value pairs have identifiers to show which variable you want to access in the hash.
Booleans: A boolean is simply something that is true or false