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