grigorb57

Project Creation

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