0

Help

Help in Web development

4th Oct 2025, 4:13 AM
Md Rihan
Md Rihan - avatar
3 Risposte
0
Can anyone answer this what will be the answer in the bracket
4th Oct 2025, 4:14 AM
Md Rihan
Md Rihan - avatar
0
Code to convert the value into a number let form = document.getElementById('form'); let currency = form.elements.currency.value; [. ](currency);
4th Oct 2025, 5:24 AM
Md Rihan
Md Rihan - avatar
0
Number() is used to convert the value to a number. Number(currency);
4th Oct 2025, 8:54 AM
Srivikas M
Srivikas M - avatar