Domanda di colloquio di Phil

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

Risposta di colloquio

Anonimo

26 lug 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