js-org.org 227 B

See https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-js.html

console.log("this is a Node.js test program!");
return 1 + 2;
this is a Node.js test program!
3