Skip to content

Commit

Permalink
commented
Browse files Browse the repository at this point in the history
  • Loading branch information
nilz3ro committed Apr 11, 2014
1 parent 24a2487 commit e672817
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@



function testReturn (one, two) {

return one + two;

}

console.log(testReturn(11,140));
// ultrabasics,
// in order to actually 'see' anything
// try console.log(testReturn(2,100));

0 comments on commit e672817

Please sign in to comment.