► Supply Code & Notes: https://codewithharry.com/movies/web-development-in-hindi-54
►This video is part of this Full Internet Improvement in Hindi Course Playlist: https://www.youtube.com/playlist?record=PLu0W_9lII9agiCUZYRsvtGTXdxkzPyItg
►Click on right here to subscribe – https://www.youtube.com/channel/UCeVMnSShP_Iviwkknt83cww
►Checkout my English channel right here: https://www.youtube.com/ProgrammingWithHarry
Greatest Hindi Movies For Studying Programming:
►Study Python In One Video – https://www.youtube.com/watch?v=ihk_Xglr164
►Python Full Course In Hindi – https://www.youtube.com/playlist?record=PLu0W_9lII9agICnT8t4iYVSZ3eykIAOME
►C Language Full Course In Hindi –
https://www.youtube.com/playlist?record=PLu0W_9lII9aiXlHcLx-mDH1Qul38wD3aR&disable_polymer=true
►JavaScript Full Course In Hindi –
https://www.youtube.com/playlist?record=PLu0W_9lII9ajyk081To1Cbt2eI5913SsL
►Study JavaScript in One Video – https://www.youtube.com/watch?v=onbBV0uFVpo
►Study PHP In One Video – https://www.youtube.com/watch?v=xW7ro3lwaCI
►Django Full Course In Hindi –
https://www.youtube.com/playlist?record=PLu0W_9lII9ah7DDtYtflgwMwpT3xmjXY9
►Machine Studying Utilizing Python – https://www.youtube.com/playlist?record=PLu0W_9lII9ai6fAMHp-acBmJONT7Y4BSG
►Creating & Internet hosting A Web site (Tech Weblog) Utilizing Python – https://www.youtube.com/playlist?record=PLu0W_9lII9agAiWp6Y41ueUKx1VcTRxmf
►Superior Python Tutorials – https://www.youtube.com/playlist?record=PLu0W_9lII9aiJWQ7VhY712fuimEpQZYp4
►Object Oriented Programming In Python – https://www.youtube.com/playlist?record=PLu0W_9lII9ahfRrhFcoB-4lpp9YaBmdCP
►Python Information Science and Large Information Tutorials – https://www.youtube.com/playlist?record=PLu0W_9lII9agK8pojo23OHiNz3Jm6VQCH
Observe Me On Social Media
►Web site (created utilizing Flask) – http://www.codewithharry.com
►Fb – https://www.fb.com/CodeWithHarry
►Instagram – https://www.instagram.com/codewithharry/
►Private Fb A/c – https://www.fb.com/geekyharis
Twitter – https://twitter.com/Haris_Is_Here
source
let checkAge = prompt("Are you 18+ older ?");
if(checkAge>=18){
console.log("welcome");
alert("Welcome");
}
else{
console.log("Sorry, your are is not 18+");
alert("Sorry, your are is not 18+");
}
Challenge Accepted :
if(confirm("Your age is 18 ?")){
console.log("You ar eligible");
}else{
console.log("You are not eligible");
}
Challenge Accepted !
Challenge accepted
<script>
let age= prompt("Enter Your Age",0);
if(age>=18){
alert("You are old enough to enter the page");
}
else{
alert("You are not old enough to enter the page");
}
</script>
Challenge Accepted
<script>
let age = prompt("Enter your age", "age");
if(age>=18){
alert("You are allow inside the club");
}
else{
alert("You are not allow inside the club");
}
</script>
Challenge Accepted bro!
<script>
let name=prompt(" what is your age ");
console.log(name);
if (a>18){
alert(" You are allowed in this club");
}
else(a>18){
alert(" You are not allowed in this club");
}
</script>
Challenge accepted
let age =prompt("What is your age", "Enter your age here");
if(age>18){
console.log("You are allowed inside the club");
}
else{
console.log("You are not allowed inside the club")
}
Let age = prompt(" Enter your age")
Console. Log(" Age")
If(age<18) { you are allowed to enter in club }
Else{ you are not allowed to enter in club}
Hello Harry sir,
let eligible = confirm(" are you eligible to club?");
//console.log(eligible)
if (eligible < 18) {
console.log("you are allow to club");
} else {
console.log("you are not allow to club");
}
its prompt …..what you asked us to make
Let age =prompt ("enter your age","18")
age=confirm("are you sure you want to proceed with this age")
If(age<=18){
alert("you are not eligible to vote")
console.log("age entered is less than 18")
}
else{
alert("you are eligible to vote ")
console.log("age entered is greater than 18"}
let age = prompt("Enter your age")
if (age >= 18) {
alert("welcome to the club");
} else {
alert("Your are not allowed in the club");
let age = prompt("what is your age?");
console.log(age)
if(age<18){
console.log("you are not allowed to enter in the club")
}
else if(age>18){
console.log("you are allowed to enter in the club")
}
Bhai 2 mint bhi nhi lge bnane me apne aise smjhaya ha
Challenge Accepted 😊
5:40 he used my name😊
challenge accepted !!
let age = prompt("Enter Your age ", "18+");
if(age>18)
{
console.log("You are eligible");
}
else{
console.log("You are not eligible");
}
Thank you very much bhaiya❤
Challenge accepted
Challange accept
Chahhlange asspected 😂
age =prompt("enter your age")
if (age => 18){
check =confirm("are u sure u are " + age + " old")
if (check){
alert("welcome u are allowed")
}else{
alert("refresh the page")
}
}else{
alert("sorry not allowed")
}
challenge accepted harry bhai. execution done.
<script>
let age=prompt("what is your age","20")
if (age=>18){
console.log("you are equal or more than 18");
}
else{
console.log("you are less then 18 tha's why can't use this page");
}
</script>
Please esehi details me batate raho sir!
Challenge accepted sir …
Here's the code:
Let age = prompt("what's your age");
If(age>19){
Console.log("you're eligible for enter in the club);
}
else{
Console.log("you're not eligible");
}
Challenge accepted
yes
challenge accepted
let age = prompt("What is your age");
console.log(age);
if (age>18){
console.log("You ARE ALLOWED IN THE CLUB")
}
else{
console.log("YOU ARE UNDER 18 WAIT FOR SOME YEARS")
}
Challenge Accepted:
<script scr="quiz1.js">
let age=confirm ("Are you less than 18 years old");
if(age){
console.log("You will be able to go to the party");
}else{
console.log("You will not be able to go to the party");
}
</script>
'Challenge Accepted'😘😘❤
let age= prompt("Enter your age ?");
if(age>18){
alert("welcome");
console.log("welcome");
}
else{
alert("you are not allowed");
console.log("not allowed");
}
let age = prompt("Your Age?", "")
if (age > 0 && age < 100) {
if (age >= 18) {
let validation = confirm("Are you really 18+?");
if (validation) {
console.log("You can Enter the club");
}
else {
console.log("Go home kid!");
}
}
else {
console.log("You can't enter in the club");
}
}
else{
console.log("Please Enter a valid age");
}
let age= prompt("Type your age");
console.log(age);
if (age>=18) {
console.log("You are eligible for vote")
} else {
console.log("You are not eligible for vote")
}
challenge accepted
//Yash code Yash code Yash code Accepted Accepted
let age = prompt("Enter your age.","00")
if (age>14) {
console.log("You are allowed to the club")
}
else{
console.log("You are not allowed to the club")
}
challenge accepted
let user_age = prompt("What is your age ?");
if(user_age >18){
console.log("You are allowed to enter in club");
}
else{
console.log("You are not allowed to enter in club");
}
Challenge accepted
Let age = prompt("your age","age");
If (age>18){
Alert ("access granted");
}
else{
Alert ("access denied ");
}
Console.log(age)
Challenge completed tysm Harry bhai
Harry bhai ye challenge nahi krunga kyu k c++ poori krke aarha hu🌝
Challenge accepted
accepted
let age = prompt("Enter your age", "age");
if(age < 18){
alert("You are not eligible for this product");
}
else{
alert("You are eligible for this product")
}