ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,653 results

Bro Code
JavaScript tutorial for beginners 🌐

JavaScript #tutorial #course 00:00:00 introduction 00:01:12 VS Code 00:01:30 website folder 00:02:55 HTML setup 00:04:09 Live ...

12:03
JavaScript tutorial for beginners 🌐

681,986 views

2 years ago

Bro Code
Learn JavaScript ARROW FUNCTIONS in 8 minutes! 🎯

arrow functions = a concise way to write function expressions // good for simple functions that you use only once 00:00:00 ...

8:02
Learn JavaScript ARROW FUNCTIONS in 8 minutes! 🎯

98,443 views

2 years ago

Bro Code
Learn JavaScript ARRAYS in 8 minutes! 🗃

00:00:00 arrays 00:01:06 index 00:02:16 array methods 00:03:07 .length 00:03:41 .indexOf 00:04:33 iterate an array 00:06:34 ...

8:06
Learn JavaScript ARRAYS in 8 minutes! 🗃

115,069 views

2 years ago

Bro Code
Learn JavaScript FOR LOOPS in 5 minutes! 🔂

00:00:00 introduction 00:00:15 increment 00:02:50 decrement 00:03:36 continue 00:04:59 break 00:05:21 conclusion.

5:45
Learn JavaScript FOR LOOPS in 5 minutes! 🔂

96,867 views

2 years ago

Bro Code
Build this JS calculator in 15 minutes! 🖩

JavaScript #tutorial #course IMPORTANT NOTE: eval() allows you to execute a string of code as if it were actual JavaScript code.

15:20
Build this JS calculator in 15 minutes! 🖩

1,089,852 views

2 years ago

Bro Code
The JavaScript DOM explained in 5 minutes! 🌳

JavaScript #tutorial #course // DOM = DOCUMENT OBJECT MODEL // Object{} that represents the page you see in the web ...

5:01
The JavaScript DOM explained in 5 minutes! 🌳

292,933 views

2 years ago

Bro Code
How to FETCH data from an API using JavaScript ↩️

javascript #utorial #course 00:00:00 fetch 00:06:29 async/await 00:08:55 project // fetch = Function used for making HTTP ...

14:17
How to FETCH data from an API using JavaScript ↩️

323,837 views

1 year ago

Bro Code
Learn JavaScript CLOSURES in 10 minutes! 🔒

closure = A function defined inside of another function, // the inner function has access to the variables // and scope of the outer ...

10:58
Learn JavaScript CLOSURES in 10 minutes! 🔒

49,742 views

2 years ago

Bro Code
JavaScript FUNCTIONS are easy! 📞

00:00:00 introduction 00:00:14 functions 00:01:57 arguments/parameters 00:04:40 return 00:06:35 example 1 00:07:33 example 2 ...

12:14
JavaScript FUNCTIONS are easy! 📞

102,117 views

2 years ago

Bro Code
What is asynchronous JavaScript code? 💤

JavaScript #tutorial #course // synchronous = Executes line by line consecutively in a sequential manner // Code that waits for an ...

4:48
What is asynchronous JavaScript code? 💤

51,241 views

2 years ago

Bro Code
Learn JavaScript CLASSES in 6 minutes! 🏭

class = (ES6 feature) provides a more structured and cleaner way to // work with objects compared to traditional constructor ...

6:09
Learn JavaScript CLASSES in 6 minutes! 🏭

123,420 views

2 years ago

Bro Code
Learn JavaScript CALLBACKS in 7 minutes! 🤙

00:00:00 introduction 00:00:50 example 1 00:04:00 example 2 // callback = a function that is passed as an argument // to another ...

7:17
Learn JavaScript CALLBACKS in 7 minutes! 🤙

149,303 views

2 years ago

Bro Code
What is THIS in JavaScript? 👈

JavaScript #tutorial #course // this = reference to the object where THIS is used // (the object depends on the immediate context) ...

4:27
What is THIS in JavaScript? 👈

48,433 views

2 years ago

Bro Code
Learn JavaScript WHILE LOOPS in 8 minutes! 🔁

while loop = repeat some code WHILE some condition is true let loggedIn = false; let username; let password; while(!loggedIn){ ...

8:12
Learn JavaScript WHILE LOOPS in 8 minutes! 🔁

68,325 views

2 years ago

Bro Code
JavaScript DESTRUCTURING in 8 minutes! 💥

00:00:00 intro 00:00:21 swap the values of two variables 00:01:11 swap two elements in an array 00:02:34 assign array elements ...

8:41
JavaScript DESTRUCTURING in 8 minutes! 💥

54,027 views

2 years ago

Bro Code
Learn JavaScript OBJECTS in 7 minutes! 🧍

JavaScript #tutorial #course // object = A collection of related properties and/or methods // Can represent real world objects ...

7:01
Learn JavaScript OBJECTS in 7 minutes! 🧍

131,834 views

2 years ago

Bro Code
Learn JavaScript LOGICAL OPERATORS in 5 minutes ❗

logical operators = used to combine or manipulate Boolean values // (true or false) // AND = && // OR = || // NOT = !

5:42
Learn JavaScript LOGICAL OPERATORS in 5 minutes ❗

50,961 views

2 years ago

Bro Code
Learn JavaScript ELEMENT SELECTORS easy! 📑

JavaScript #tutorial #course 00:00:00 introduction 00:00:36 getElementById() 00:02:55 getElementsClassName() 00:07:22 ...

17:38
Learn JavaScript ELEMENT SELECTORS easy! 📑

63,585 views

2 years ago

Bro Code
Learn JavaScript MOUSE EVENTS in 10 minutes! 🖱

javascript #tutorial #course // eventListener = Listen for specific events to create interactive web pages // events: click, mouseover, ...

10:30
Learn JavaScript MOUSE EVENTS in 10 minutes! 🖱

82,118 views

2 years ago

Bro Code
A game of TicTacToe written in JavaScript ⭕

JavaScript #TicTacToe #game JavaScript TicTacToe game practice tutorial example explained.

18:57
A game of TicTacToe written in JavaScript ⭕

163,138 views

3 years ago