Difference between revisions of "Main Page"
From NoSQLZoo
Line 3: | Line 3: | ||
<div class=q data-lang="js"> | <div class=q data-lang="js"> | ||
Click the go button | Click the go button | ||
− | <code class=def> | + | <code class=def>console.log("Hello"); |
− | console.log("Hello"); | ||
</code> | </code> | ||
<div class=ans> | <div class=ans> |
Revision as of 14:22, 13 July 2015
Run Node.js Programs from your browser
Click the go button
console.log("Hello");
console.log("Hello World");
Run Python Programs from your browser
Click the go button
print "Hello"
print "Hello world"