whip

Untitled

Apr 3rd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. // Exercise Two:
  2. // Create a Function called 'multipliesTwoNumbers'. It will take two parameters
  3. // call these parameters 'num1' and 'num2'. Return the two parameters multiplied together.
  4. function multipliesTwoNumbers (num1, num2) {
  5. return parameters
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment