Skip to content

Commit

Permalink
19th Function
Browse files Browse the repository at this point in the history
  • Loading branch information
kevnshin committed Oct 2, 2014
1 parent 45f116e commit d949598
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,14 @@ function incrementReviews(restaurant){
* @return {string} joined the words joined with a space
*/

function combine(str1, str2){

return str1+' '+str2;

}



/**
* Returns a circle object with the properties `circumference` and `area`.
* Use Math.PI for the value π.
Expand Down

0 comments on commit d949598

Please sign in to comment.