Posts by Tab • 1 point
1 post
-
-1
votes1
answer28
viewsQ: I am trying to make a program that shows the table that the user chooses, but is only compiling the first multiplication. (x * 1 = x)
var mT = parseInt(prompt("A tabuada de qual numero deseja ver?(preencha somente com o numero.)")); var n = 1; function mostra(frase) { document.write(frase); pL(); }; function pL() {…