Created
February 11, 2022 06:25
-
-
Save Kaleidosium/c74bdcb95e75e7e1e89de27f88bc82fd to your computer and use it in GitHub Desktop.
[Code Golf] Trans Flag in JavaScript Browser Console
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
console.log(`%c `.repeat(5),...`5CFFABFFFFAB5CF`.match(/.../g).map(c=>`background:#${c};display:block;padding:2%26%`)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment