Ayuda por favor js

algoritmos de js y estructuras de datos

Holla!

Olvidaste declarar studlyCapVar y asignarle el valor 10.

1 Like

,me sigue arrojando el mismo error alguna otra soluciĂłn ? :roll_eyes:

Please post actual code instead of pictures. Thank you

// Variable declarationsvar 
stuplyCapVar;
var properCamelCase;
var titleCaseOver;


// Variable assignments
stuplyCapVar = 10;
properCamelCase = "A String";
titleCaseOver = 9000;

asĂ­ esta compuesto amigo no puedo crear alguna variable ademas de esas vi el vĂ­deo de la clase y en el vĂ­deo no se asigna ningĂşn valor solo las correcciones en camelcase

You changed which variables are declared. You need to have the same variables, but with camel case capitalization.

1 Like

You edited the code.

Now you are missing the var and the variable name has a typo stuplyCapVar you are asked to use studlyCapVar as the name.


Use the “preformatted text” tool in the editor (</>) to add backticks around the code.

1 Like

problema resuelto,gracias por su colaboraciĂłn

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.