My First Playground

node v18.11.0
endpointsharetweet
This is a playground to test JavaScript. It runs a completely standard copy of Node.js on a virtual server created just for you. Every one of npm’s 300,000+ packages are pre-installed, so try it out:
const { RE2JS } = require('re2js'); const p = RE2JS.compile('abc'); console.log(p.pattern()); console.log(p.flags());
Loading…

no comments

    sign in to comment