Alguem ai pode ajudar?

Tell us what’s happening:

Your code so far

Boa tarde
O que esta errado nesse codigo ?


// Variable declarations
var studlyCapVarCamelCase; 
var properCamelCase;
var titleCaseOverCamelCase;


// Variable assignments
studlyCapVarCamelCase = "10";
properCamelCase = "A String";
titleCaseOverCamelCase = "9000";

Your browser information:

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

Challenge: Understanding Case Sensitivity in Variables

Link to the challenge:

Hola!

En esta primero variable no debe agregar “CameCase” parto.

Seconudo, en primero y ultimo variable no es una “string” eso es numero.

2 Likes

Hi @jps.aquino !

Welcome to the forum!

You will need to reset the lesson because there are a few errors here.

First off,
do not touch any of these values

Those are not supposed to be strings. They need to be numbers.

Secondly,
You do not need to add the word CamelCase to these variable here

Hope that makes sense!

jwilkins.oboe
muito Obrigado :smiley:

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