Advertisement
zarkoto223

projectsCreation

Feb 4th, 2024
674
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function a(input){
  2.  
  3. let name=input[0];
  4. let projectNum=input[1];
  5.  
  6. console.log('The architect '+name+' will need '+projectNum*3+' hours to complete '+projectNum+' project/s.')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement