Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
passGuess
ProdanTenev
Feb 12th, 2022
(
edited
)
1,129
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
JSON
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
function
passwordGuess
(
input
)
{
let password
=
String
(
input
)
;
if
(
password
===
"s3cr3t!P@ssw0rd"
)
{
console.
log
(
"Welcome"
)
;
}
else
{
console.
log
(
"Wrong password!"
)
;
}
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make $1200 in 15 minutes
JavaScript | 11 sec ago | 0.08 KB
✅ Crypto Accounts
JavaScript | 16 sec ago | 0.08 KB
Netflix Premium UHD Hits
JavaScript | 20 sec ago | 0.08 KB
Netflix Premium UHD Hits
JavaScript | 43 sec ago | 0.08 KB
✅ PayPal Hits
JavaScript | 47 sec ago | 0.09 KB
✅ PayPal Hits
JavaScript | 52 sec ago | 0.09 KB
✅ Account Leaks TM
JavaScript | 1 min ago | 0.05 KB
GMAIL Logs (2FA disabled)
JavaScript | 1 min ago | 0.08 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!