Skip to content

Instantly share code, notes, and snippets.

@cwtuan
Created July 4, 2014 07:47
Show Gist options
  • Select an option

  • Save cwtuan/a74cf75250cee27110b0 to your computer and use it in GitHub Desktop.

Select an option

Save cwtuan/a74cf75250cee27110b0 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="[add your bin description]" />
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
</body>
</html>
if (console && console.log) {
window.log = console.log;
} else {
window.log == function () {};
}
log(11); console.log(22);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment