Hi Alex! These rows ``` obj = { a: 'some'} obj.a = 34 obj.a >= 0 ``` or even ``` obj = { a: 'some'} obj.other = 34 obj.other >= 0 ``` cause compilation error **Cannot perform binary '>=' operation ...**