What is the key difference between NSDictionary and NSMutableDictionary?
NSDictionary can't be copied.
NSMutableDictionary has not initializers.
NSDictionary's values can change.
NSMutableDictionary's values can change