Skip to content

Instantly share code, notes, and snippets.

@fago
Created March 7, 2017 09:46
Show Gist options
  • Save fago/c21491255cf9ee14d4731955bd8a4cf4 to your computer and use it in GitHub Desktop.
Save fago/c21491255cf9ee14d4731955bd8a4cf4 to your computer and use it in GitHub Desktop.
Empty javascript file
// This file is empty.
@jaceguinto
Copy link

const = jaceDoesWork = () => {
let complain = 'I dont wanna work anymore'
return complain;
};

console.log(jaceDoesWork);

@rey-9
Copy link

rey-9 commented Nov 18, 2021

Not good redo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment