silvana1303

student information

Apr 5th, 2021
731
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function print(name, age, grade){
  2.     let info = 'Name: ' + name + ', Age: ' + age + ', Grade: ' + grade.toFixed(2);
  3.  
  4.     console.log(info);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment