Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Feb 18th, 2018
89
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
let { a, ...b } = { a: 'JS', x: 1, y: 2 };
a; // JS
b; // { x: 1, y: 2 }
let n = { a, ...b }
n; // { a: 'JS', x: 1, y: 2 }
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $1200 in 15 minutes R
JavaScript | 6 min ago | 0.08 KB
Untitled
SQL | 15 min ago | 2.63 KB
MAKE $500 INSTANTLY V
JavaScript | 36 min ago | 0.08 KB
FREE BTC GUIDE U
JavaScript | 37 min ago | 0.08 KB
track_activity.bat
Batch | 43 min ago | 0.40 KB
setup_env_vars.ps1
Batch | 53 min ago | 0.40 KB
2025-06-30T21:02:31.901306
PHP | 1 hour ago | 1.05 KB
pride-flag
Python | 1 hour ago | 1.22 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!