Untitled
Anonymous
plain_text
01/14/2022 10:00 PM
240 B
12
Indexable
function suma()
{
var l1=document.getElementById("l1");
var l2=document.getElementById("l2");
l1=parseFloat(l1);
l2=parseFloat(l2);
tmp = l1 + l2;
}Editor is loading...