Home
JavaScript Fundamentals (1)

Assignments:

Basic Operators

  1. Later the tribe of Levi takes the place of Dan. what is the new population of the North Side of the Camp?
  2. Increase the population of your tribe by 1 and log the result to the console.
  3. The tribe of Naphtali has a population of 53,400. Does your tribe have more people than Naphtali?
  4. Find the average population of a tribe.
  5. Does you country have less people than the average tribe?
  6. Based on the variables you created, create a new variable description which contains a string with this format: 'The tribe of Asher is on the North side of the camp, and its 41,500 people are related to Zilpah'.
let, const, and varCoding Challenge #1