Ive heard people can test JavaScript on a live site with a browser but I have never done this before. I usually test with a local environment but I can see the benefits with testing it on a web host. How do you exactly do this??
Printable View
Ive heard people can test JavaScript on a live site with a browser but I have never done this before. I usually test with a local environment but I can see the benefits with testing it on a web host. How do you exactly do this??
I use Chrome and load the site onto the server and then use the javascript console. In Chrome, go to the upper right corner, click on the wrench, then tools then javascript console.
http://jsbin.com/asitoz/1/
http://writecodeonline.com/javascript/
Hope this are the sites which you are searching for.
Try jsFiddle.net