HASH = {:Eric => :Happy}

Posted by 0216johnsoneric on December 9, 2017

hash = {“Eric” => “Happy”} A collection of data that stores Keys and Values similar to arrays except instead of using integers as an index we can use the object type as the index. hash[Eric] #=> Happy It wants 250 charactors. Hashes arent to interesting to write about.