let
Использование let
https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Statements/let
Destructuring
let {monthlyPayment, monthlyRate} = calculateMonthlyPayment(principal, years, rate);
Использование let
https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Statements/let
Destructuring
let {monthlyPayment, monthlyRate} = calculateMonthlyPayment(principal, years, rate);