Unexpected Token : ( In HashMap Definition

I get unexpected token: ( on the 2nd line:

Map javascriptHighlights = new HashMap();
javascriptHighlights.put("var", color(32, 95, 201));
Tagged:

Answers

Sign In or Register to comment.