untitled notebook

node v17.9.1
version: 1.0.0
endpointsharetweet
const _ = require('lodash') const obj = {} const newObj = _.update(obj, 'foo', _.toLower) console.log(newObj)
Loading…

no comments

    sign in to comment