1/6 Test Cases Passed
You need to earn 2 or 3 stars in order to submit.
1/6 Test Cases Passed
You need atleast 2 stars to grade your answer.
Test Cases (0/6)
-
world.cities.length to return 101
-
world.random_city().name.length to return 5
-
typeof world.random_city().citizens[0].age to return number
-
world.total_cities() to return 101
-
world2.cities.length to return 50
-
world2.cities.length to return 51
let world2 = new World(50);
let world2 = new World(50); world2.add_city("seattle");