6 lines
60 B
JavaScript
6 lines
60 B
JavaScript
var lyrics = [
|
|
"head",
|
|
"and",
|
|
"toes"
|
|
].concat(parts);
|