Not a member of GistPad yet?
Sign Up,
it unlocks many cool features!
- var base = 6;
- var height = 5;
- var area = base * height;
- console.log("The area of rectangle is:", area);
RAW Paste Data
Copied
