Skip to content

Instantly share code, notes, and snippets.

@zolotokrylin
Created July 30, 2017 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zolotokrylin/c0282fcc8aad1ecd8c4259eed06836c8 to your computer and use it in GitHub Desktop.
Save zolotokrylin/c0282fcc8aad1ecd8c4259eed06836c8 to your computer and use it in GitHub Desktop.
Cool console print
(function() {
console.log(" ▀▄ ▄▀"),
console.log(" ▄█▀███▀█▄"),
console.log(" █▀███████▀█"),
console.log(" █ █▀▀▀▀▀█ █"),
console.log(" ▀▀ ▀▀"),
console.log("┌───────────────────────────────────────────────────────────────────┐"),
console.log("│ Found a bug? Please report to hello@example.com"),
console.log("├───────────────────────────────────────────────────────────────────┴──────────────────┐"),
console.log("│ We're always looking for excellent developers! Check out https://example.com/careers │"),
console.log("└──────────────────────────────────────────────────────────────────────────────────────┘")
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment