Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
passGuess
ProdanTenev
Feb 12th, 2022
(
edited
)
1,124
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
Products.js
JavaScript | 3 min ago | 0.05 KB
restart_services.cmd
Batch | 4 min ago | 0.36 KB
Make $1000 15-MINUTES (BEGINNER) 6D
JavaScript | 4 min ago | 0.24 KB
dataNone
JSON | 4 min ago | 0.64 KB
Untitled
Visual Pro Log | 9 min ago | 2.61 KB
EARN $900 INSTANTLY 2025 EI
JavaScript | 11 min ago | 0.24 KB
Business_card
Python | 12 min ago | 0.29 KB
EP 10 - Daily Rewards Client
Lua | 13 min ago | 3.87 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!