Advertisement
SIRAKOV4444

Untitled

Mar 22nd, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function squareArea(archy, projects) {
  2.  
  3. console.log(`The architect ${archy} will need ${projects * 3} hours to complete ${projects} project/s.`);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement