admin管理员组文章数量:1278856
Does anyone know how to run code on codeshare.io? I figured out how to write it, but not run it... Can you even do that?
This site seems like such a perfect tool, and this is the one thing that I haven't got yet. I'm sure it's simple and this is a noob question, but thanks anyways!
Does anyone know how to run code on codeshare.io? I figured out how to write it, but not run it... Can you even do that?
This site seems like such a perfect tool, and this is the one thing that I haven't got yet. I'm sure it's simple and this is a noob question, but thanks anyways!
Share Improve this question asked Jan 22, 2016 at 22:20 kairocks2002kairocks2002 4461 gold badge3 silver badges16 bronze badges 7- It looks like it's only suppose to share code, not run it. You can share in all kinds of languages, including ones that can't run directly in a browser. – Mike Cluck Commented Jan 22, 2016 at 22:23
- Yeah, I noticed that, but I've seen screenshots that show a console window in it... – kairocks2002 Commented Jan 22, 2016 at 22:24
- 1 You might be seeing the Javascript console. Hit F12 then click on the Console tab. See if that looks similar. – Mike Cluck Commented Jan 22, 2016 at 22:24
- ok, I'll give that a shot – kairocks2002 Commented Jan 22, 2016 at 22:27
- That's baked into the browser and lets you run any Javascript (assuming the engine supports it), anywhere. So you could share Javascript through CodeShare then copy+paste it into that browser to run it. But that only works for Javascript. – Mike Cluck Commented Jan 22, 2016 at 22:29
1 Answer
Reset to default 7CodeShare doesn't have the feature to run the code.
Try using Codepad instead which does the same as codeshare and allows you to run the code also. https://codepad.remoteinterview.io
本文标签: javascriptHow to run written code in codeshareioStack Overflow
版权声明:本文标题:javascript - How to run written code in codeshare.io? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741277519a2369817.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论