Skip to content

Commit

Permalink
fix: another README update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Luce committed Feb 12, 2016
1 parent 561c581 commit 8e40cf0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ assert(obj.subobj[4].subarray[2].myvalue === 'coolio')

Symbols are not supported as properties.

Any access automagically creates a new object. This means that you
cannot check to see if part of the structure is undefined, as it will
never be. Use membership or length checks to tell if something is
empty as necessary.
You cannot check to see if part of the structure is undefined, as the
very act of checking ensures that the structure is defined. Use
membership or length checks to tell if something is empty.

0 comments on commit 8e40cf0

Please sign in to comment.