Learn JavaScript setTimeout() in 6 minutes! ⏰

  Рет қаралды 11,773

Bro Code

Bro Code

Күн бұрын

Пікірлер: 8
@BroCodez
@BroCodez Жыл бұрын
// setTimeout() = function in JavaScript that allows you to schedule // the execution of a function after an amount of time // Times are approximate // setTimeout(callback, delay); // ---------- EXAMPLE 1 ---------- function hello() { window.alert("Hello"); } setTimeout(hello, 3000); // ---------- EXAMPLE 2 ---------- // clearTimeout() = can cancel a timeout before it triggers const timeoutId = setTimeout(() => window.alert("Hello"), 3000); clearTimeout(timeoutId); // ---------- EXAMPLE 3 ---------- let timeoutId; function showAlert() { window.alert("Hello"); } function startTimer() { timeoutId = setTimeout(showAlert, 3000); console.log("STARTED"); } function clearTime() { clearTimeout(timeoutId); console.log("CLEARED"); } Document START CLEAR
@futuredoctor7148
@futuredoctor7148 7 ай бұрын
1 thousand nah 1 1 thousand, 2 thousand nah 2 1 thousand
@hunin27
@hunin27 11 ай бұрын
hey bro, what do you think is a project i could try doing with all of the things we've learned?
@mazinhussein2442
@mazinhussein2442 5 ай бұрын
Hi, the statment "function clearTime() {" must be: "function clearTimer() {"
@nicktorius8910
@nicktorius8910 3 ай бұрын
I changed "hello" to "too late" so its like you make a game to press clear before the pop up window comes out and says "too late"
@thefxenthusiast4395
@thefxenthusiast4395 11 ай бұрын
Keep up the good work bro code ❤
@cool5019
@cool5019 3 ай бұрын
Ur great ☺️
@squadsync3
@squadsync3 5 ай бұрын
ooppwe
JavaScript console.time() is awesome! ⏲
4:40
Bro Code
Рет қаралды 8 М.
Learn JavaScript CLOSURES in 10 minutes! 🔒
10:58
Bro Code
Рет қаралды 22 М.
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 189 МЛН
Wait for it 😂
00:19
ILYA BORZOV
Рет қаралды 11 МЛН
Sigma baby, you've conquered soap! 😲😮‍💨 LeoNata family #shorts
00:37
JavaScript GETTERS & SETTERS are awesome!!! 📐
13:14
Bro Code
Рет қаралды 18 М.
The different types of JavaScript functions explained
14:47
Kevin Powell
Рет қаралды 43 М.
Promises | Ep 02  Season 02 - Namaste JavaScript
39:06
Akshay Saini
Рет қаралды 512 М.
Learn JavaScript INHERITANCE in 7 minutes! 🐇
7:04
Bro Code
Рет қаралды 19 М.
If statements in JavaScript are easy 🤔
15:58
Bro Code
Рет қаралды 41 М.
STOP Using Classes In JavaScript | Prime Reacts
14:02
ThePrimeTime
Рет қаралды 246 М.
Learn JavaScript ARROW FUNCTIONS in 8 minutes! 🎯
8:02
Bro Code
Рет қаралды 39 М.
Learn JSON files in 10 minutes! 📄
10:09
Bro Code
Рет қаралды 59 М.
What are JavaScript PROMISES? 🤞
12:37
Bro Code
Рет қаралды 74 М.
setTimeout() and setInterval() - JavaScript Tutorial
8:21
OpenJavaScript
Рет қаралды 9 М.
Human vs Jet Engine
00:19
MrBeast
Рет қаралды 189 МЛН