+ 4
How do i upload the complier sandbox where we test our programs on a screen to add to our websites if people wanted to test on
website
2 Answers
+ 3
Links into CodePlayground redirect to the Google Play store so they can run in the app. One place that people use that's similar to CodePlayground (for web projects anyway) is https://jsfiddle.net - another is http://jsbin.com
There are online compilers or interpreters for other languages but I don't think I've found any as robust as the web implementations I just linked. If you really want something similar to what you're using here you might just need to start a free AWS instance, use Heroku or CodeAnywhere, etc.
+ 1
If you mean the "try it yourself" than i would go on the 3wschools website and look at the code.