ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,398 results

Yegor Bugayenko
Shift-M/56: Douglas Crockford about JavaScript, OOP, JSON, Misty, and actors

Douglas Crockford is a software architect and language designer best known for his work on JavaScript, JSON, and for his ...

1:03:45
Shift-M/56: Douglas Crockford about JavaScript, OOP, JSON, Misty, and actors

4,984 views

5 months ago

Christopher Okhravi
Rebuilding Pokémon with Object Oriented Programming

Let's model the turn-based battle mechanics of the Pokémon games while following object oriented design principles. GET THE ...

1:06:31
Rebuilding Pokémon with Object Oriented Programming

267,580 views

4 months ago

The Roxy Coder
Why Most Developers Don't Understand "this" in JavaScript | JS OOP Tutorial

Why Most Developers Don't Understand "this" in JavaScript | JS OOP Tutorial In this tutorial, you will learn why this keyword in ...

7:23
Why Most Developers Don't Understand "this" in JavaScript | JS OOP Tutorial

269 views

3 months ago

Awesome
JS 2025 just dropped with amazing features...

A quick look at the Ecma Script 2025 features. Topics: - JavaScript 2025; - Global iterator; - Set methods; - JSON modules; ...

3:13
JS 2025 just dropped with amazing features...

52,113 views

11 months ago

Jakubication
JavaScript trimStart and trimEnd

In JavaScript, trimStart removes whitespace from the start of a string. In contrast, trimEnd removes whitespace from the end of a ...

1:41
JavaScript trimStart and trimEnd

8 views

11 months ago

codechips
Object Oriented Programming (OOP) | Animated

Understanding Object-Oriented Programming (OOP) can feel tricky at first, but it doesn't have to be. In this video, I share a ...

4:13
Object Oriented Programming (OOP) | Animated

2,583 views

9 months ago

Applicable Programming
4. Singleton - JavaScript Design Patterns Advanced Course (4/10)

Welcome to the JavaScript Design Patterns course, a 10-part advanced series for developers who want to write cleaner, scalable, ...

29:29
4. Singleton - JavaScript Design Patterns Advanced Course (4/10)

274 views

8 months ago

Jakubication
toLowerCase and toUpperCase in JavaScript

toLowerCase and toUpperCase in JavaScript do two complementary things in JavaScript. toLowerCase converts a string to all ...

1:32
toLowerCase and toUpperCase in JavaScript

43 views

11 months ago

Applicable Programming
6. Decorator – JavaScript Design Patterns Advanced Course (6/10)

Welcome to the JavaScript Design Patterns course, a 10-part advanced series for developers who want to write cleaner, scalable, ...

45:14
6. Decorator – JavaScript Design Patterns Advanced Course (6/10)

606 views

6 months ago

Jakubication
JavaScript typeof

In JavaScript, the typeof operator returns a string representing the type of whatever operand you put to the right of typeof. Many of ...

1:45
JavaScript typeof

5 views

11 months ago

Code with Carrie
Polymorphism | Modular JavaScript Series

The word Polymorphism comes from the Greek words for "many forms." In object-oriented programming, it represents a powerful ...

5:10
Polymorphism | Modular JavaScript Series

29 views

1 month ago

Double S Learning
JavaScript - the DOM  with object oriented programming - البرمجة كائنية التوجه lesson 2

Today we're going to be talking about the DOM, or the document object model. So as you may or may not remember, every ...

6:33
JavaScript - the DOM with object oriented programming - البرمجة كائنية التوجه lesson 2

4 views

5 months ago

Jakubication
JavaScript String lastIndexOf

In JavaScript, string lastIndexOf returns the index of the last occurrence of a given substring within a string. Optionally, you can ...

0:57
JavaScript String lastIndexOf

12 views

11 months ago

Future Coding Stars
Is 9 Minutes Enough to Learn JavaScript? Watch This

... Programming (OOP) & Prototypes 04:35 Mutating vs. Non-Mutating Array Methods 05:04 Asynchronous JavaScript & the Event ...

8:54
Is 9 Minutes Enough to Learn JavaScript? Watch This

216 views

9 months ago

The Roxy Coder
Hidden Power of JavaScript Objects | JavaScript OOP Tutorial | JS OOP Series

Hidden Power of JavaScript Objects | JavaScript OOP Tutorial | JS OOP Series Welcome to JavaScript OOP Series on The Roxy ...

10:55
Hidden Power of JavaScript Objects | JavaScript OOP Tutorial | JS OOP Series

449 views

3 months ago

Jakubication
How To Reverse A String In JavaScript

This video shows how to reverse a string in JavaScript by chaining the split, reverse, and join string, array, and string methods ...

1:06
How To Reverse A String In JavaScript

15 views

10 months ago

Jakubication
How To Remove Duplicates From A String In JavaScript

This video shows how to remove duplicates from a string in JavaScript. It uses the set constructor, the spread operator and the join ...

1:15
How To Remove Duplicates From A String In JavaScript

23 views

10 months ago

Applicable Programming
8. Command  – JavaScript Design Patterns Advanced Course (8/10)

Welcome to the JavaScript Design Patterns course, a 10-part advanced series for developers who want to write cleaner, scalable, ...

40:11
8. Command – JavaScript Design Patterns Advanced Course (8/10)

123 views

4 months ago

Jakubication
JavaScript String Concat

In JavaScript, string concat joins two or more strings together and returns a new string. This video covers joining two strings ...

1:14
JavaScript String Concat

19 views

11 months ago

Jakubication
JavaScript Array Keys

In JavaScript, the array keys method returns an array iterator containing each array item's index. This video shows using a while ...

2:42
JavaScript Array Keys

22 views

11 months ago