Does anyone know of a simple module on npm that sets the proto of an object to null? Sick of having to use Object#hasOwnProperty.
@petrpeller hasOwnProperty is slower than setting an objects prototype to null. I want to use it for constants.
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@petrpeller hasOwnProperty is slower than setting an objects prototype to null. I want to use it for constants.