Phil interview question

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

Interview Answer

Anonymous

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