diff options
| -rw-r--r-- | javascript.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/javascript.html.markdown b/javascript.html.markdown index a85a7872..85c8a52d 100644 --- a/javascript.html.markdown +++ b/javascript.html.markdown @@ -481,7 +481,7 @@ for (var x in myObj){  }  ///prints:  // Hello world! -// 42 +// 43  // [Function: myFunc]  // To only consider properties attached to the object itself | 
