I'm doing a calculator in which you fill in the fields and do the operations, but how do I do it so that, if the input has no value, javascript interprets it as 0?
var button = document.getElementsByTagName("input")[2];
var input1 = doc...
asked by
14.08.2018 / 21:56