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