ga-wdi-boston / js-reference-types-practice

Practice with collections and functions
Other
0 stars 154 forks source link

Object uses capitalized keys #115

Open rrdaniels85 opened 7 years ago

rrdaniels85 commented 7 years ago

In order to get the test to pass, had to have capitalized keys in object (ex. Red). Should it be lower cased to follow javascript convention.

gaand commented 7 years ago

Keys are strings. Tests are specifications. Happy to discuss further.