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
4,938 results
4,676,457 views
7 months ago
Most developers get this wrong on the first try! What will this print? console.log('5' - 2); Comment your answer before watching ...
11 views
2 months ago
751 views
6 hours ago
Javascript часть один что нужно на старте это компьютер и редактор кода вам вполне достаточно будет VS-кода скачать ...
8,942 views
2 weeks ago
Learn the easiest way to count frequency of array elements in JavaScript using objects. This pattern is super common in coding ...
304 views
4 months ago
Really just like that just like that is that true yeah that's true ah that's great so especially in javascript when you write the conditions ...
1,243 views
10 months ago
6,571 views
Want to create a beautiful calculator using AI? In this video, I'll show you how to use an AI prompt to recreate a cute calculator ...
421 views
Why does this return true in JavaScript? console.log(null == undefined); Because == (loose equality) has a special rule: null ...
272 views
5 months ago
That’s why calc.count is still 0. Learn how new Calc() creates a brand-new instance every time in JavaScript ⚡ #javascript ...
335 views
3 months ago
1,111 views
JavaScript type coercion strikes again 0 == "0" // true 0 == "" // true "0" == "" // false Understanding == is one of the most ...
158 views
let x = 10; function test(x = x) { console.log(x); } test(); Looks simple… but what's the output? ❌ Not 10 ❌ Not undefined It ...
365 views
4,001 views
1,080 views
I had a messy JavaScript function that worked but was hard to read. So I pasted it into AI and asked it to refactor the code.
525 views
Most developers get this JavaScript output wrong function test() { console.log(typeof foo); console.log(typeof bar); var foo ...
518 views
Dive into the world of JavaScript with today's quick coding tutorial! In this short video, we explore the powerful spread operator ...
63 views
2 years ago
Why does NaN === NaN return false in JavaScript? Because NaN (Not-a-Number) is the only value that is not equal to itself ...
885 views
Think you know JavaScript closures? This simple-looking interview question is designed to test whether you really understand ...
50 views
2 days ago