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