test deconstruction

node v10.24.1
version: master
endpointsharetweet
const a = { test: true }; const test = () => JSON.stringify({ ...a, }); exports.endpoint = (request, response) => { response.end(test()); }
test();
Loading…

no comments

    sign in to comment