ProdanTenev

Student information

Mar 18th, 2022
927
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.12 KB | None | 0 0
  1. function studentInfo(name, age, grade) {
  2.     console.log(`Name: ${name}, Age: ${age}, Grade: ${grade.toFixed(2)}`);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment