Skip to content

Instantly share code, notes, and snippets.

Created July 1, 2016 03:10
Show Gist options
  • Save anonymous/35124b1444d320a43d11070f31152fb3 to your computer and use it in GitHub Desktop.
Save anonymous/35124b1444d320a43d11070f31152fb3 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/zecemi
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.rawgit.com/lodash/lodash/4.5.1/dist/lodash.min.js"></script>
<script src="https://cdn.rawgit.com/zloirock/core-js/master/client/shim.min.js"></script>
<script src="https://wzrd.in/standalone/tape@latest"></script>
<script src="https://wzrd.in/standalone/tap-browser-color@latest"></script>
<script src="https://wzrd.in/standalone/tape-catch@latest"></script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script>
window.test = tape;
tapBrowserColor();
</script>
<script id="jsbin-javascript">
// test('Array.pam is a function', function (assert) {
// assert.equal(typeof [].pam, 'function',
// 'pam should be a function');
// assert.end();
// });
</script>
<script id="jsbin-source-javascript" type="text/javascript">// test('Array.pam is a function', function (assert) {
// assert.equal(typeof [].pam, 'function',
// 'pam should be a function');
// assert.end();
// });</script></body>
</html>
// test('Array.pam is a function', function (assert) {
// assert.equal(typeof [].pam, 'function',
// 'pam should be a function');
// assert.end();
// });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment