Question d’entretien chez Phil

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

Réponse à la question d'entretien

Utilisateur anonyme

26 juil. 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