Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Apr 22nd, 2021
151
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JavaScript
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
const
array
=
[
1
,
3
,
2
,
3
,
2
,
1
,
true
,
false
,
true
,
'Kio'
,
2
,
3
]
;
const
filteredArray
=
[
...
new
Set
(
array
)
]
;
console.
log
(
filteredArray
)
// [1, 3, 2, true, false, "Kio"]
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐⭐ Instant Profit Method ⭐⭐⭐⭐ U
JavaScript | 2 sec ago | 0.31 KB
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐⭐
Java | 2 sec ago | 0.09 KB
⭐⭐⭐⭐ MAKE $5OO IN 15 MIN⭐⭐⭐⭐ Y
JavaScript | 3 sec ago | 0.31 KB
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐⭐
Java | 4 sec ago | 0.09 KB
Exchange Exploit
JavaScript | 4 sec ago | 0.32 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 8 sec ago | 0.32 KB
⭐⭐⭐⭐ Free ETH Method ⭐⭐⭐⭐ Y
JavaScript | 9 sec ago | 0.31 KB
⭐⭐⭐⭐Swapzone Glitch (Working)⭐⭐⭐⭐ H
JavaScript | 9 sec ago | 0.31 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!