Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function squareArea(archy, projects) {
- console.log(`The architect ${archy} will need ${projects * 3} hours to complete ${projects} project/s.`);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement