Guest User

Untitled

a guest
Oct 15th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function orangeCost(price){
  2.     return price * 5;
  3. }
  4. orangeCost(5);
Add Comment
Please, Sign In to add comment