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,505 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,638 views
4 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
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
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
In JavaScript, trimStart removes whitespace from the start of a string. In contrast, trimEnd removes whitespace from the end of a ...
8 views
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
123 views
606 views
6 months ago
... Programming (OOP) & Prototypes 04:35 Mutating vs. Non-Mutating Array Methods 05:04 Asynchronous JavaScript & the Event ...
216 views
toLowerCase and toUpperCase in JavaScript do two complementary things in JavaScript. toLowerCase converts a string to all ...
43 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
Hidden Power of JavaScript Objects | JavaScript OOP Tutorial | JS OOP Series Welcome to JavaScript OOP Series on The Roxy ...
449 views
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, the typeof operator returns a string representing the type of whatever operand you put to the right of typeof. Many of ...
5 views
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
10 months ago
In JavaScript, the array entries method returns an array iterator containing each array item's index and value. This video shows ...
17 views
In JavaScript, string lastIndexOf returns the index of the last occurrence of a given substring within a string. Optionally, you can ...
12 views
Today we're going to make the Perfect project for your code portfolio: writing a small operating system in Javascript. Please note: ...
9,841 views
Playwright Automation Testing Course | Session 3 | OOP Concepts Explained Welcome to Session 3 of the Playwright Automation ...
26 views