Skip to content

Instantly share code, notes, and snippets.

@rbika
Created December 20, 2018 20:42
Show Gist options
  • Save rbika/dfbf864748b6c3447f17b63c7eaf034f to your computer and use it in GitHub Desktop.
Save rbika/dfbf864748b6c3447f17b63c7eaf034f to your computer and use it in GitHub Desktop.
var foobar = function() {
console.log(‘A’);
console.log(‘B’);
console.log(‘C’);
}
foobar();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment