Creating a property that is not in the backing causes an error when trying to set or get the value. ``` x = M.wrap({a:1, b:2}); x.m.add('c'); console.log(x.c); //Error ```
Creating a property that is not in the backing causes an error when trying to set or get the value.