Sollicitatievraag bij Phil

Using vanilla JavaScript, Loop through a un ordered list and insert a number on each line up to 100!

Antwoord op sollicitatievraag

Anoniem

26 jul 2021

Used a Forloop, an set the <= loop to 100. Using innerHTML write the li an use a variable to insert the index number.

1