Skip to content

Instantly share code, notes, and snippets.

@jwulf
Last active April 12, 2017 06:51
Show Gist options
  • Save jwulf/b7af25fd6355987ba087222fbd661374 to your computer and use it in GitHub Desktop.
Save jwulf/b7af25fd6355987ba087222fbd661374 to your computer and use it in GitHub Desktop.
var magik = magikcraft.io;
function es7() {
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