Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

Tell us what’s happening:

Eu estou a dias parada nessa etapa , acabei tendo que cuidar de outras coisas e já estava com dúvida aqui , por favor alguém me ajuda. Tanto que, já vez e mesmo quem tenho domínio do java pode me ajudar nessa sintaxe.

Your code so far

let character = 'Hello';
console.log(character);
character = "World";

// User Editable Region

let secondCharacter;
secondCharacter= "variable";

// User Editable Region

console.log(secondCharacter);

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36

Challenge Information:

Learn Introductory JavaScript by Building a Pyramid Generator - Step 11

8 posts were merged into an existing topic: Learn Introductory JavaScript by Building a Pyramid Generator - Step 11