Jump to content

Erro criando variáveis camel-case


Vinicius Sena
Go to solution Solved by Zex,

Recommended Posts

Boa Tarde,

Estou começando nos estudos a programação e resolvendo alguns exercícios on-line e não consigo perceber o erro no seguinte exercício proposto...

Let's create some more variables. How about your year of birth and how many hours you've been dealing with this code challenge up to now?

Remember to use meaningful names, and respect the convention. Go!

var YearOfBirth = 1983;
var PriceOfBanana = 21;
var QuestionsForFinish = 54;
var NumberOfHours = 77;
console.log(YearOfBirth);
console.log(PriceOfBanana);
console.log(QuestionsForFinish);
console.log(NumberOfHours);

porém me retorna o seguinte erro...

>>>>Code is incorrect
Make sure you are using meaningful names to your variables

 

Imagino que seja algo simples, mas não percebo. Onde estou errando ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.