Clone and edit this document
Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
untitled notebook
node v6.17.1
version:
master
endpoint
share
tweet
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