This is the difference between the number and a string
const a = 1;
const b = '1';
a
is a number and b
is a string.
However, I'm not sure that in this task you're required to convert the numbers into strings.
Just print the number from 0 to 99 into the console using a loop.
If there any issues, add the submission results and your code.