Difference between revisions of "Test"
From LNTwww
| Line 5: | Line 5: | ||
var tst = document.getElementById("tst"); | var tst = document.getElementById("tst"); | ||
console.log(val1); | console.log(val1); | ||
| − | if (val1 | + | if (val1 && val2) { |
tst.innerHTML = "true"; | tst.innerHTML = "true"; | ||
} | } | ||
Revision as of 20:11, 21 September 2017
nothing so far