0
Help
Can anyone help mein in one question of web development
4 Respostas
+ 2
Code to convert the value into a number
let form = document.getElementById('form');
let currency = form.elements.currency.value;
[. ](currency);
+ 1
Md Rihan please clarify what type of help you need ... show your code by using the insert circle with the plus. Then describe the issue you are having or the error you see.
+ 1
What will be correct answer of this box
+ 1
You can use Number(currency)