TZinovieva

Town Info

Jan 19th, 2023
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function townInfo(town, population, area) {
  2.     console.log(`Town ${town} has population of ${population} and area ${area} square km.`);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment