How to make multiplication table in java script | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

How to make multiplication table in java script

Java script

11th Feb 2020, 2:13 PM
Viktoria Romashka
3 Réponses
0
Use a for loop, for rows inside the for loop, use another for loop, for columns. Do you know document.createElement() and element.appendChild() ?
11th Feb 2020, 2:25 PM
Gordon
Gordon - avatar
11th Feb 2020, 2:45 PM
Viktoria Romashka
0
Table example
11th Feb 2020, 2:47 PM
Viktoria Romashka