In all of the tutorials I have seen so far, items in dictionaries have been initialized like:
var myObj = { foo:"bar", fooBar:"fooBaz" };
why aren't the keys quoted? Are they not just strings?
What would I do If I wanted a space in my dictionary key?