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
console.wtf = function() { | |
for(var i = 0; i < 30; i++) { | |
if(i % 2 === 0) { | |
console.warn("What a"); | |
} | |
else { | |
console.error("terrible failure!"); | |
} | |
} | |
} |
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
/* | |
8888888b. 888 Y88b d88P 888888b. 888 | |
888 Y88b 888 Y88b d88P 888 "88b 888 | |
888 888 888 Y88o88P 888 .88P 888 | |
888 d88P .d88b. .d8888b 888 888 Y888P .d88b. 888 888 888d888 8888888K. 8888b. 88888b. 888 888 | |
8888888P" d88""88b d88P" 888 .88P 888 d88""88b 888 888 888P" 888 "Y88b "88b 888 "88b 888 888 | |
888 T88b 888 888 888 888888K 888 888 888 888 888 888 888 888 .d888888 888 888 888 888 | |
888 T88b Y88..88P Y88b. 888 "88b 888 Y88..88P Y88b 888 888 888 d88P 888 888 888 d88P Y88b 888 | |
888 T88b "Y88P" "Y8888P 888 888 888 "Y88P" "Y88888 888 8888888P" "Y888888 88888P" "Y88888 | |
NewerOlder