Open BTheKid0226 opened 9 years ago
You're really close with this, nicely done!
Will = { "Rich"=>"Lastname",
"6ft3" => "Height",
"Julie" => "Wife",
"Kids" => 3
}
Will
, we should name it will
(underscore)"Rich"=>"Lastname"
it should be "lastname"=>"rich"
(key => value)Movies = Hash.new
Movies = { "Goonies"=>"Sloth",
In ruby, you can just do this:
movies = { "Goonies"=>"Sloth"}
https://gist.github.com/ed2c3d55f5c44e805e5d.git