Create Password Setup for Web browser| 2022| Your privacy can be saved easily|
Create password For web browser
"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>Create 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>
belongs to Pseudo Tribe
-------------------------------------------------------------------------------------------------------

Post a Comment