Jump to content

Erro criando variáveis camel-case


Recommended Posts

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

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!

 

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 está o erro  ?

Link to comment
Share on other sites

  • 5 months later...

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...