While convenient, it's leaving behind enumerables so that when: ``` coffeescript my_array = [ 'hi', 'there' ] for k in my_array # picks up contains, equals, without, etc... ``` Need to find another way.