Advertisement
silvana1303

multiply by 2

Apr 5th, 2021
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function byTwo(first){
  2.     console.log(first * 2);
  3. }
  4.  
  5. byTwo(2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement