We spent most lecture today on arrays & hashes. AJ demonstrated creating a hash from a .csv file containing all the teaching staff's names and contact info. We had our first lab today as well, sorting through a json file of search results to manipulate the data and perform searches. I learned that you can create hashes within hashes, and even within arrays. For example:
Items[3]["products"]["price"]. To find whether there is a match of a string (or regular expression) to your larger string (or hash/array/.json file), use: array["name"] =~ /Jay/
tl;dr Arrays, Loops, Hashes..
Getting files from Terminal:
j@ubuntu:~$ mkdir Code/wk1d3