Skip to content

Instantly share code, notes, and snippets.

<!DOCTYPE html>
<html lang="en">
<head></head>
<script>
function log(msg) {
console.log(`%c${msg}`, `color: #2196F3; font-weight: 600;`);
}
function noop() {}
</script>
<body></body>