<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
<title>JS Bin</title>
</head>
<body>
<svg viewBox="0 0 24 24">
<path>
<animate
attributeName="d"
dur="3s"
calcMode="spline"
repeatCount="indefinite"
values="M 5 20 C 5 17.333 5 14.667 5 12 C 4 12 3 12 2 12 C 3.667 10.5 5.333 9 7 7.5 C 8.667 6 10.333 4.5 12 3 C 13.667 4.5 15.333 6 17 7.5 C 18.667 9 20.333 10.5 22 12 C 21 12 20 12 19 12 C 19 14.667 19 17.333 19 20 L 14 20 L 14 14 L 10 14 L 10 20 L 5 20; M 10.55 20.03 C 8.442 18.119 6.628 16.474 5.22 14.938 C 3.187 12.722 2 10.733 2 8.5 C 2 5.42 4.42 3 7.5 3 C 9.24 3 10.91 3.81 12 5.09 C 13.09 3.81 14.76 3 16.5 3 C 19.58 3 22 5.42 22 8.5 C 22 10.734 20.813 12.723 18.779 14.942 C 17.371 16.478 15.557 18.125 13.45 20.04 L 12.744 20.678 L 12 21.35 L 12 21.35 L 11.275 20.69 L 10.55 20.03; M 5 20 C 5 17.333 5 14.667 5 12 C 4 12 3 12 2 12 C 3.667 10.5 5.333 9 7 7.5 C 8.667 6 10.333 4.5 12 3 C 13.667 4.5 15.333 6 17 7.5 C 18.667 9 20.333 10.5 22 12 C 21 12 20 12 19 12 C 19 14.667 19 17.333 19 20 L 14 20 L 14 14 L 10 14 L 10 20 L 5 20"
keyTimes="0; 0.5; 1"
keySplines="0.645 0.045 0.355 1; 0.645 0.045 0.355 1"
/>
</path>
</svg>
</body>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |