Skip to content

Commit

Permalink
forgot the console.dir
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Feb 19, 2011
1 parent 423066e commit fb2c472
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ leaves.js
if (this.isLeaf) acc.push(x);
return acc;
}, []);

console.dir(leaves);

output
[ 1, 2, 3, 4, 5, 6, 7, 8, 9 ]
Expand Down

0 comments on commit fb2c472

Please sign in to comment.