Framer — Launch websites with enterprise needs at startup speeds.
Launch websites with enterprise needs at startup speeds.
Promoted
Really like this tool! But it does not always seem to work. For instance, if I copy these lines of code from stackoverflow:
var mydata = [{ name: "Ram", Id: 1 }, { name: "Shyam", Id: 2 }, { name: "Akhil", Id: 3 }];
searchKey = 2
var selectedData = mydata[mydata.map(function (item) { return item.Id; }).indexOf(searchKey)];
console.log(selectedData)
And use the extension to go to Repl.it, the code is gone. 🧐
@jake_prins Hey!
Right clicking the code, selecting Try on Repl.it - and then entering `nodejs` as the language should work.
I'll be adding aliasing soon, which will make entering just `javascript` work too :)
Report
@jajoosam cool, would be nice to just type 'javascript' or 'js', or maybe a select field that will also remember your last selected language. 😉 I will probably only use it for javascript so not having to type the language could be a nice improvement.
Hey devs on PH!
The easiest way to get started with anything new is with examples - and the Repl.it chrome extension lets you try out *any* code example on the web with just one click.
Prompts are added in GitHub Gists, and the NPM Registry, but you can run any code you find by selecting it and hitting `Try on repl.it` in the menu 👨💻
I'm looking forward to hear what y'all think :)
Report
@jajoosam looks great !!! BTW which programming languages are supported ?
Love it! There are lots of tools available online but the major part of them don't allow you to make external calls like a "curl" for example. How did you manage that with security?
Report
This is awesome.
You can have a marketplace for plugins that people can run using repl.
These plugins can just be some code that can take some input parameters.
Let me know if you would like to collaborate on this.
WikiBot
WikiBot
WikiBot
WikiBot
WikiBot
Preprocess
Zulip
WikiBot