Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

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