Guest User

Untitled

a guest
Feb 13th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. 1. var width = 7;
  2.  
  3. 2. var height = 9;
  4.  
  5. 3. area = width * height;
  6.  
  7. 4. console.log(area);
Add Comment
Please, Sign In to add comment