RunKit + npm: npm

node v6.17.1
version: 0.6.4
endpointsharetweet
const mstime = require("mstime"); mstime.start('test1'); let sum = 0 for (let i = 0; i < 999999; i += 1 ) { sum += i } console.log(mstime.end('test1'));
Created from: https://npm.runkit.com/npm
Loading…

no comments

    sign in to comment