Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update what-is-jsbin.md #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions public/help/what-is-jsbin.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ JS Bin's motto is *"Hack. Learn. Fix. Teach"*, and JS Bin is a vehicle to achiev

## In plain English

JS Bin is a code sharing site. Along with the code, the complete *output* of the code is also be shared. As a user types in the editor "panels", they will see the output being generated in real-time in the output panel.
JS Bin is a code sharing site. Along with the code, the complete *output* of the code is also shared. As a user types in the editor "panels", they will see the output being generated in real-time in the output panel.

There's a few common use cases for JS Bin. The first is teaching. Teachers will use JS Bin as a platform for showing how web languages work (HTML, CSS, JavaScript, but also languages that generate these, such as CoffeeScript, LESS and Markdown).

Expand All @@ -27,4 +27,4 @@ Teachers can also use JS Bin's CodeCasting functionality. This is where the teac

The second use case is in replicating bugs. Developers will use JS Bin to isolate and replicate bugs that demonstrates a particular problem. Then share the URL to the JS Bin either as the full output or the editor view of JS Bin.

Once this is shared, a good member of the web community can fix the code (which is saved to a new URL) and share that back with the original author.
Once this is shared, a good member of the web community can fix the code (which is saved to a new URL) and share that back with the original author.