Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Last active April 5, 2019 22:25
Show Gist options
  • Save ilearnjavascript/66e2915a44facbc7f55dab691f6ee15d to your computer and use it in GitHub Desktop.
Save ilearnjavascript/66e2915a44facbc7f55dab691f6ee15d to your computer and use it in GitHub Desktop.
gulp - main.js
const logText = (text) => console.log(text);
logText('Gulp is awesome!');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment