Skip to content

Commit

Permalink
5th Function
Browse files Browse the repository at this point in the history
  • Loading branch information
kevnshin committed Oct 1, 2014
1 parent e8d0176 commit d88ae62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ function add(num1,num2){
* @return {number} the difference
*/

function subtract(num1,num2){

return num1-num2;
}


/**
* Multiplies two numbers.
* @param {number} x
Expand Down

0 comments on commit d88ae62

Please sign in to comment.