Pergunta de entrevista da empresa Phil

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

Resposta da entrevista

Sigiloso

26 de jul. de 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