Created
March 7, 2017 09:46
-
-
Save fago/c21491255cf9ee14d4731955bd8a4cf4 to your computer and use it in GitHub Desktop.
Empty javascript file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This file is empty. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
const = jaceDoesWork = () => {
let complain = 'I dont wanna work anymore'
return complain;
};
console.log(jaceDoesWork);