Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Exercise Two:
- // Create a Function called 'multipliesTwoNumbers'. It will take two parameters
- // call these parameters 'num1' and 'num2'. Return the two parameters multiplied together.
- function multipliesTwoNumbers (num1, num2) {
- return parameters
- }
Advertisement
Add Comment
Please, Sign In to add comment