Tables with a not specified number of rows | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Tables with a not specified number of rows

I want to make a table for prim divisiors of a number. But every number has a different number of divisors, so the number of rows has to be different. The prime divisors will be calculated with JavaScript. Any ideas how I should do that?

9th Aug 2018, 8:52 AM
proxophy
proxophy - avatar
2 Antworten
+ 1
You can modify DOM with JavaScript
9th Aug 2018, 9:29 AM
Jonas Schröter
Jonas Schröter - avatar
14th Aug 2018, 9:53 PM
proxophy
proxophy - avatar