0
Help
Help in Web development
3 odpowiedzi
0
Can anyone answer this what will be the answer in the bracket
0
Code to convert the value into a number
let form = document.getElementById('form');
let currency = form.elements.currency.value;
[. ](currency);
0
Number() is used to convert the value to a number.
Number(currency);