Skip to content

Instantly share code, notes, and snippets.

@DawTaylor
Created August 3, 2017 14:15
Show Gist options
  • Save DawTaylor/c5a6c514c54922ba31e2c03260e088d7 to your computer and use it in GitHub Desktop.
Save DawTaylor/c5a6c514c54922ba31e2c03260e088d7 to your computer and use it in GitHub Desktop.
// Dá pra fazer música com JS!!!!!
const musica = Array(16);
console.log(musica);
console.log(musica.join('LoL' + 1));
console.log(musica.join('LoL' - 1) + ' batman batman');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment