<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<In what way does your code behave incorrectly? Include ALL error messages.>
please help i dunno what is wrong with my code: ```movies = Hash.new{
:primer => “Awesome”,
:memento => “Not as good the 2nd time”,
}
here is the problem:
(ruby):1: syntax error, unexpected tASSOC, expecting ‘}’
:primer => “Awesome”,
^
(ruby):1: syntax error, unexpected ‘,’, expecting ‘}’
(ruby):2: syntax error, unexpected ‘,’, expecting ‘}’
THANKS
<do not remove the three backticks above>