Tell us what’s happening:
Describe tu problema en detalle aquí.
Your code so far
// Declaración de variables
var studlyCapVaR;
var properCamelCase;
var titleCaseOver;
// Asignación de variables
studlyCapVaR =10;
properCamelCase= "A String";
titleCaseOver = 9000;
Your browser information:
El agente de usuario es: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0
Challenge Information:
JavaScript básico - Comprendiendo la sensibilidad de mayúsculas en las variables