Learn Introductory JavaScript by Building a Pyramid Generator - Step 4

Tell us what’s happening:

помогите пройти задание. Перепробовал все что можно.
выдает ошибку что character по-прежнему должен содержать строку с “Hello”. как сделать это Hello в одинарных кавычках

Your code so far


// User Editable Region

let character = "Hello";
let character = 'Hello';


// 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/130.0.0.0 YaBrowser/24.12.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 4

Hi there!

Remove the duplicate assignment. You need to change the existing code.

1 Like