Would you like to clone this notebook?

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

Cancel

untitled notebook

node v6.17.1
version: master
endpointsharetweet
const x= {a:1, b:2} function getX() { return x; } x["a", "b"];
getX() ["a"]
getX() ["a", "b"]
Loading…

no comments

    sign in to comment