Create password For web browser
We are very happy that we are able to communicate with you guys through our website. In this article we have provided you with code that was written on our YouTube channel. We are sure that you will not have any problem related to coding. As mentioned bellow you can copy the following provided text to directly apply in your project. Create Password Setup for Web browser| 2022| Your privacy can be saved easily. We recommend you to write it on your own because through self written coding you can remember it quite easily.Pseudo Tribe
"We have provided you the code that was written in the program on the YouTube video."
Please copy the following code:
--------------------------------------------------------------------------------------
<!DOCTYPE html>
<html>
<head>
<title>asmr password</title>
</head>
<body>
<script type="text/javascript">
var pass = prompt("Enter the password");
if(pass == 3210){
alert("You are welcome");
}else{
while(pass != 3210){
var pass = prompt("Enter the password");
}
if (pass == 3210 ){
alert("Welcome");
}
}
</script>
</body>
</html>
Write to Bigyan Tripathi
In image form here goes:
Vs code: Pseudo Tribe
Now, for the uoutput part image:
output by Pseudo Tribe |