You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Here are some simple javaScript problem-solving solutions. It's for beginners.
2
2
3
3
#### AnimalCount
4
-
<p>Suppose you are going through a jungle. Now there are many animals around you. You want to count these. But the number of creatures is growing as deep as you want. There are 50 animals in the first 10 miles and 100 animals in the next 10 miles. There are 200 animals per mile in the next mile. Now how to calculate these is shown inside animalCount.</p>
4
+
<p>Suppose you are going through a jungle. Now there are many animals around you. You want to count these. But the number of creatures is growing as deep as you want. The first 10 miles have 50 animals per mile The next 10 miles have 100 animals per mile. And then there are 200 animals per mile as you go. Now how to calculate these is shown inside animalCount.</p>
0 commit comments