Tell us what’s happening:
whenever I write for loop it says first element of for loop should be a iterator string I am not getting what exactly it is saying to do
Your code so far
for(let i=0 ; i<5; i++){
}
// User Editable Region
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 33