Learn-introductory-javascript-by-building-a-pyramid-generator-step-15

Step 15

Use let to declare a count variable. Assign it the number 8. When using a number value, you do not use quotes.
Example Code
let money = 100;

IS my code wrong???

let count = 8;

Error message:
// running tests

You should have a second let keyword in your code.

// tests compl

Did you accidentally delete the let statement that was already there?

1 Like

yeah same mate, the code doesn’t work. i tried from chatgpt and copilot it is gving me error.