Is there any sort of "not in" operator in JavaScript to check if a property does not exist in an object? I couldn't find anything about this around Google or SO. Here's a small snippet of code I'm working on where I need this kind of functionality:Is there any sort of "not in" operator in JavaS