What does `void 0` mean? [duplicate]

Reading through the Backbone.js source code, I saw this:

validObj[attr] = void 0;

What is void 0? What is the purpose of using it here?

3 s
3

Leave a Comment