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 Reply

Your email address will not be published. Required fields are marked *