4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
"use strict";
|
|
|
|
var lyrics = ["head", "and", "toes"].concat(Array.from(parts));
|