Q. What is the correct syntax for creating a hash in Ruby? (A) {"key1": "value1", "key2": "value2"} (B) hash = {} (C) hash.add("key", "value") (D) Hash.new("key", "value") ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) {"key1": "value1", "key2": "value2"}