javascript-stringify

node v14.20.1
version: 1.0.0
endpointsharetweet
const { stringify } = require("javascript-stringify"); const square = (x) => Math.pow(x, 2); const stringifiedSquare = stringify( square ) console.log(typeof stringifiedSquare, stringifiedSquare)
Loading…

no comments

    sign in to comment