Learn Introductory JavaScript by Building a Pyramid Generator - Step 99

Tell us what’s happening:

i could not resolve this challange please tell me about its solution fast

Your code so far


// User Editable Region

for (let i = count; false;) {

}


// 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/128.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 99

hi there!
instructions: then use the boolean false for your condition and iteration statements.

you have missing the iteration for your for loop. your iteration statment also should be false

use the boolean “false” for your condition and iteration statements (for both)

2 Likes

you are missing the 3rd parameter, which should also be a boolean

hey @vamsy_reddy

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Ask for Help button located on the challenge (it looks like a question mark). This button only appears if you have tried to submit an answer at least three times.

The Ask for Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

To anyone who want to get deep into this, can check this article: JavaScript For Loop – Explained with Examples

code removed by moderator

Please don’t give the solution to a challenge, try to give hints so someone can work it out themselves.

hey @harisshafi01

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.