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
 |  Show 2 more ments

1 Answer 1

Reset to default 7

CodeShare 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