pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
Adambrooks
35 minutes ago
cnt
6 hours ago
warning infinitely in
6 hours ago
BHPSOGWO
6 hours ago
Arrays associate
6 hours ago
Schedule
6 hours ago
Arrays associate error
6 hours ago
test
6 hours ago
ArrayList
6 hours ago
mainloop
6 hours ago
object entries
const
obj =
{
a:
1
,
b:
2
,
c:
3
,
e:
4
,
f:
5
}
;
Object.
entries
(
obj
)
.
forEach
(
(
[
key, value
]
)
=>
{
console.
log
(
key +
' '
+ value
)
}
)
;
Parsed in 0.002 seconds