Skip to content

Instantly share code, notes, and snippets.

@jwulf
Created April 10, 2017 15:14
Show Gist options
  • Select an option

  • Save jwulf/562df1da2f25ceaf86176df4366c2258 to your computer and use it in GitHub Desktop.

Select an option

Save jwulf/562df1da2f25ceaf86176df4366c2258 to your computer and use it in GitHub Desktop.
var magik = magikcraft.io;
function es6() {
const names = ["Josh", "the", "Legend"];
names.map((name) => magik.dixit(`Yo ${name}`));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment