SoFunction
Updated on 2025-03-01

js implements the method of adding numbers instead of splicing


var e1= ('textbox1').value;
var e2 = ("textbox2").value;
('textbox4').value = parseInt(e1)+parseInt(e2);