Ruby - Hashes
Identify the error in this Ruby hash creation:
data = { :city => "Paris", country: "France", "population" => 2148327, state } data = { :city => "Paris", country: "France", "population" => 2148327, state } 15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions