Tell us what’s happening:
alguien me puede ayudar con este paso, estoy intentando y no pasa
Your code so far
// User Editable Region
function padRow(test) {
// 1. console.log #2 debe ir ANTES del return (Línea 2)
console.log("This works!");
// 2. return test (Línea 3)
return test;
// 3. console.log #1 debe ir DESPUÉS del return (Línea 4)
console.log("This works!");
}
// 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/138.0.0.0 Safari/537.36 OPR/122.0.0.0 (Edition std-2)
Challenge Information:
Learn Introductory JavaScript by Building a Pyramid Generator - Step 60