TZinovieva

Pounds to Dollars

Jan 19th, 2023
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function poundsToDollars(pounds) {
  2.     console.log(`${(pounds * 1.31).toFixed(3)}`);
  3. }
Advertisement
Add Comment
Please, Sign In to add comment