SyntaxFix
Write A Post
Hire A Developer
Questions
You can use maps with Map, like this:
Map
var sayings = new Map(); sayings.set('dog', 'woof'); sayings.set('cat', 'meow');