25
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width">
6
<title>JS Bin</title>
7
</head>
8
<body>
9
<p style="font-family: sans-serif;">Test.</p>
10
<hr style="font-family: sans-serif; line-height: 16px; font-size: 13px; border: 0; border-bottom: 1px solid #999">
11
<p style="font-family: sans-serif; line-height: 16px; font-size: 13px; color: #999">Want to learn the command line? I released an affordable online course with 37 videos and an ebook for just that: <a style="text-decoration: underline; color: #999;" href="https://terminal.training?utm_source=email&utm_medium=email&utm_campaign=email-footer"><strong>terminal.training</strong></a></p>
12
<p style="font-family: sans-serif; line-height: 16px; font-size: 13px; color: #999">If you did want to subscribe to my infrequent newsletter, you can just <a style="text-decoration: underline; color: #999;" href="https://app.convertkit.com/landing_pages/223277?v=6">click here</a>.</p>
13
<table style="font-family: sans-serif; line-height: 16px; font-size: 13px; color: #999">
14
<tr>
15
<td style="font-family: sans-serif; line-height: 16px; font-size: 13px; padding-right: 10px;"><img width="70" height="70" src="https://jsbin-user-assets.s3.amazonaws.com/rem/remy-pro-round.png"></td>
16
<td>
17
Blogging at <a style="line-height: 18px; text-decoration: underline; font-family: sans-serif; font-size: 13px; color: #999" href="https://remysharp.com">remysharp.com</a><br>
18
Githubbing at <a style="line-height: 18px; text-decoration: underline; font-family: sans-serif; font-size: 13px; color: #999" href="https://github.com/remy">github.com/remy</a><br>
19
Tweeting at <a style="line-height: 18px; text-decoration: underline; font-family: sans-serif; font-size: 13px; color: #999" href="https://twitter.com/rem">@rem</a><br>
20
Working at <a style="line-height: 18px; text-decoration: underline; font-family: sans-serif; font-size: 13px; color: #999" href="http://leftlogic.com">leftlogic.com</a>
21
</td>
22
</tr>
23
</table>
24
</body>
25
</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. |