Posts by Yvan Rondon • 3 points
1 post
-
-1
votes2
answers86
viewsQ: Nan in javascript tabulated algorithm
function tabuada() { let num = document.getElementById('txtn') let tab = document.getElementById('seltab') if (num.value.length == 0) { …