-3

I've been to a couple of talks recently where the speaker had a presentation/deck with a live code window and a console output. I've got to do a JS presentation and I thought it would be really useful to do live code.

Does anyone know any apps I can use for this? Thanks

30secondstosam
  • 4,476
  • 4
  • 28
  • 33
  • Not sure if this is the right place to post this as it's quite easy to find on the internet as well and it's not a programming question which is what SO is for, a quick google will give you the answer - pretty sure ;) – SidOfc May 13 '15 at 09:34
  • Please re-ask your question at [Software recommendations Exchange](http://softwarerecs.stackexchange.com/), I believe that is a better place for this. – Praxis Ashelin May 13 '15 at 10:13

1 Answers1

1

There are many, many options:

https://jsfiddle.net/

http://js.do/

http://jsbin.com/

https://repl.it/languages/JavaScript

Finally... https://www.google.com/search?q=online+javascript+sandbox

fleed
  • 640
  • 9
  • 15
  • Welcome to Stack Overflow! Please quote the most relevant part of the link, in case the target site is unreachable or goes permanently offline. See [How do I write a good answer](http://stackoverflow.com/help/how-to-answer). – Maveňツ May 13 '15 at 10:23