Tell us what’s happening:
function padRow(rowNumber,rowCount){
return " “+character.repeat(rowNumber)+”" ;
};
What is the mistake in this,i think this is the bug here , i have tried so many times , but the submit is not working , what should i ndo here , is there any other option to do this.What is the mistake in this,i think this is the bug here , i have tried so many times , but the submit is not working , what should i ndo here , is there any other option to do thisWhat is the mistake in this,i think this is the bu
Your code so far
// User Editable Region
function padRow(rowNumber,rowCount){
return " "+character.repeat(rowNumber)+"" ;
};
// User Editable Region
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 68