Тёмный

Learn JavaScript WHILE LOOPS in 8 minutes! 🔁 

Bro Code
Подписаться 2,2 млн
Просмотров 30 тыс.
50% 1

// while loop = repeat some code WHILE some condition is true
let loggedIn = false;
let username;
let password;
while(!loggedIn){
username = window.prompt(`Enter your username`);
password = window.prompt(`Enter your password`);
if(username === "myUsername" && password === "myPassword"){
loggedIn = true;
console.log("You are logged in!");
}
else{
console.log("Invalid credentials! Please try again");
}
}

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 22   
@BroCodez
@BroCodez Год назад
// while loop = repeat some code WHILE some condition is true let loggedIn = false; let username; let password; while(!loggedIn){ username = window.prompt(`Enter your username`); password = window.prompt(`Enter your password`); if(username === "myUsername" && password === "myPassword"){ loggedIn = true; console.log("You are logged in!"); } else{ console.log("Invalid credentials! Please try again"); } }
@theorange6460
@theorange6460 7 месяцев назад
“HELP!” - Bro Code
@БаракОбама-ь8р
@БаракОбама-ь8р 11 месяцев назад
bro thank you very much, your videos help a lot to quickly and easily understand various topics, Greetings from Russia. And I would like to know when there will be courses in C#
@ghulammujtaba9236
@ghulammujtaba9236 11 месяцев назад
hey, you didn't say, what's up everybody? This is your bro here.
@piotrmazgaj
@piotrmazgaj Месяц назад
This is my seal. I have watched the entire video, understood it, and I can explain it in my own words, thus I have gained knowledge. This is my seal.
@okbabacha693
@okbabacha693 11 месяцев назад
Hey bro please what is the difference between this tutorials and the previous one ??
@Lucas-rr7el
@Lucas-rr7el 11 месяцев назад
Can you explain me what this code ""${username}"" means
@EledeRR
@EledeRR 11 месяцев назад
Its a placeholder, you need to use `` instead of "" to use it
@hamedjafarian
@hamedjafarian 2 месяца назад
that was cool and informative . thanks buddy
@Bazonkasongkliakingkiiagaghkil
@Bazonkasongkliakingkiiagaghkil Месяц назад
0:54
@thereddevil31
@thereddevil31 7 дней назад
3:14
@elitegaming8565
@elitegaming8565 11 месяцев назад
DJANGO course Pls
@daisynguyen307
@daisynguyen307 2 месяца назад
Thanks. 🎉🎉🎉🎉
@Blitz61wasd
@Blitz61wasd 11 месяцев назад
Do django next
@Blitz61wasd
@Blitz61wasd 11 месяцев назад
Do django next
@Blitz61wasd
@Blitz61wasd 11 месяцев назад
Do django pls
@Blitz61wasd
@Blitz61wasd 11 месяцев назад
Do django next
@Efootball_legend04
@Efootball_legend04 11 месяцев назад
@genesisvillaranda350
@genesisvillaranda350 11 месяцев назад
Nice!
@naufalnasrullah6965
@naufalnasrullah6965 11 месяцев назад
im still waiting postgres videos :(
@SkySenseiMC
@SkySenseiMC 5 месяцев назад
3:19
Далее
Learn JavaScript FOR LOOPS in 5 minutes! 🔂
5:45
Просмотров 36 тыс.
JavaScript Loops Made Easy
10:52
Просмотров 170 тыс.
While loops in Python are easy ♾️
6:58
Просмотров 371 тыс.
Java while loop 🔄
3:37
Просмотров 91 тыс.
JavaScript Loops - Code This, Not That
8:36
Просмотров 346 тыс.
JavaScript Pro Tips - Code This, NOT That
12:37
Просмотров 2,5 млн
While Loop Java Tutorial #37
8:51
Просмотров 313 тыс.
JavaScript Loops
6:49
Просмотров 423 тыс.
Why Signals Are Better Than React Hooks
16:30
Просмотров 478 тыс.