Skip to content

Commit def092a

Browse files
authored
Update index.js
1 parent 7e427a2 commit def092a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

index.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,14 @@ function feet(/*add your code here*/){
159159

160160

161161
/*🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀 Task 6 🚀🚀🚀🚀🚀🚀🚀🚀🚀🚀*/
162+
162163
// 99 bottles of soda on the wall
163-
// create a function called annoyingSong
164-
// the function should take a starting number as an argument and count down - at each iteration it should return (number) bottles of soda on the wall, (number) bottles of soda, take one down pass it around (number left over) bottles of soda on the wall`
165-
164+
/*
165+
Using the annoyingSong function below do the following:
166+
1. Receive a starting number and start to count down from there
167+
2. At each iteration, it should return this string:
168+
"(number) bottles of soda on the wall, (number) bottles of soda, take one down pass it around (number left over) bottles of soda on the wall"
169+
*/
166170

167171
function annoyingSong(/*add your code here*/){
168172
/*add your code here*/

0 commit comments

Comments
 (0)