Last active
March 11, 2020 19:45
-
-
Save VFDan/419d28f6a36ea5b7fe07e1e6924eb9b9 to your computer and use it in GitHub Desktop.
JavaScript code that outputs “JavaScript!”, in the shape of “JS”
This file contains hidden or 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
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