Is it possible to create a hidden property in javascript

Posted by tmim on Stack Overflow See other posts from Stack Overflow or by tmim
Published on 2010-04-14T10:07:04Z Indexed on 2010/04/14 10:23 UTC
Read the original article Hit count: 109

Filed under:

I want to create an object with a hidden property(a property that does not show up in a for (var x in obj loop). Is it possible to do this?

© Stack Overflow or respective owner

Related posts about JavaScript