That creates a demo with panes for HTML, JS, and HTML output, with foo as the initial HTML content and bar as the initial JS content. This is incredibly useful in blog posts and other educational materials, as it's possible to make all code examples automatically link to always up-to-date live demos.
With JSBin, it's possible to dynamically generate new demos, for example with:
http://jsbin.com/?html,js,output&html=foo&js=bar
That creates a demo with panes for HTML, JS, and HTML output, with
foo
as the initial HTML content andbar
as the initial JS content. This is incredibly useful in blog posts and other educational materials, as it's possible to make all code examples automatically link to always up-to-date live demos.