Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function squareArea(input){
- let a = Number(input[0]);
- let area = a * a;
- console.log(area);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement