Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
2,398 results
Douglas Crockford is a software architect and language designer best known for his work on JavaScript, JSON, and for his ...
4,984 views
5 months ago
Let's model the turn-based battle mechanics of the Pokémon games while following object oriented design principles. GET THE ...
267,580 views
4 months ago
Why Most Developers Don't Understand "this" in JavaScript | JS OOP Tutorial In this tutorial, you will learn why this keyword in ...
269 views
3 months ago
A quick look at the Ecma Script 2025 features. Topics: - JavaScript 2025; - Global iterator; - Set methods; - JSON modules; ...
52,113 views
11 months ago
In JavaScript, trimStart removes whitespace from the start of a string. In contrast, trimEnd removes whitespace from the end of a ...
8 views
Understanding Object-Oriented Programming (OOP) can feel tricky at first, but it doesn't have to be. In this video, I share a ...
2,583 views
9 months ago
Welcome to the JavaScript Design Patterns course, a 10-part advanced series for developers who want to write cleaner, scalable, ...
274 views
8 months ago
toLowerCase and toUpperCase in JavaScript do two complementary things in JavaScript. toLowerCase converts a string to all ...
43 views
606 views
6 months ago
In JavaScript, the typeof operator returns a string representing the type of whatever operand you put to the right of typeof. Many of ...
5 views
The word Polymorphism comes from the Greek words for "many forms." In object-oriented programming, it represents a powerful ...
29 views
1 month ago
Today we're going to be talking about the DOM, or the document object model. So as you may or may not remember, every ...
4 views
In JavaScript, string lastIndexOf returns the index of the last occurrence of a given substring within a string. Optionally, you can ...
12 views
... Programming (OOP) & Prototypes 04:35 Mutating vs. Non-Mutating Array Methods 05:04 Asynchronous JavaScript & the Event ...
216 views
Hidden Power of JavaScript Objects | JavaScript OOP Tutorial | JS OOP Series Welcome to JavaScript OOP Series on The Roxy ...
449 views
This video shows how to reverse a string in JavaScript by chaining the split, reverse, and join string, array, and string methods ...
15 views
10 months ago
This video shows how to remove duplicates from a string in JavaScript. It uses the set constructor, the spread operator and the join ...
23 views
123 views
In JavaScript, string concat joins two or more strings together and returns a new string. This video covers joining two strings ...
19 views
In JavaScript, the array keys method returns an array iterator containing each array item's index. This video shows using a while ...
22 views