Skip to content

Instantly share code, notes, and snippets.

@VFDan
Last active March 11, 2020 19:45
Show Gist options
  • Save VFDan/419d28f6a36ea5b7fe07e1e6924eb9b9 to your computer and use it in GitHub Desktop.
Save VFDan/419d28f6a36ea5b7fe07e1e6924eb9b9 to your computer and use it in GitHub Desktop.
JavaScript code that outputs “JavaScript!”, in the shape of “JS”
x=(__)=>'J'+ 'ava'+///
'S'+ //
'c'+ 'ript!'//
/**/ /**/ //
console.log( x(1))////
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment