Skip to content

Commit 6ff7381

Browse files
authored
Update app.js
1 parent 5f32987 commit 6ff7381

File tree

1 file changed

+1
-1
lines changed
  • exercises/25-Techno-beat

1 file changed

+1
-1
lines changed

exercises/25-Techno-beat/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Your code here
22

33

4-
// Don't change anything bellow this line
4+
// Don't change anything below this line
55
console.log(lyricsGenerator([0,0,1,1,0,0,0]))
66
console.log(lyricsGenerator([0,0,1,1,1,0,0,0]))
77
console.log(lyricsGenerator([0,0,0]))

0 commit comments

Comments
 (0)