Advertisement
JcGNeon

arithmetic.js

Jan 26th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. console.log(2 + 2);
  2. console.log(3 - 2);
  3. console.log(5 / 2);
  4. console.log(6 * 2);
  5. console.log(4 % 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement