Skip to content

Commit 7025add

Browse files
committed
update
1 parent 61e5e82 commit 7025add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### Here are some simple javaScript problem-solving solutions. It's for beginners.
22

33
#### 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

Comments
 (0)