ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

2,997 results

Awesome
This one change will make your code better...

Check out Sevalla and get $50 free credits - https://bit.ly/4nNUcJe Understand cognitive load in programming Topics: ...

6:09
This one change will make your code better...

24,151 views

4 months ago

Alex Rusin
OOP in Node.js: The Secret to Building Modular Apps with Classes

The principles of object-oriented programming are introduced and explained in the context of Node.js. The #1 Complete ...

8:24
OOP in Node.js: The Secret to Building Modular Apps with Classes

1,204 views

10 months ago

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

3,457 views

1 month 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...

51,670 views

6 months ago

The Engineers' Pitstop
The Simplest Way To Explain SOLID Principles

... not concrete implementations By following these object-oriented programming (OOP) best practices, you'll reduce tight coupling ...

9:03
The Simplest Way To Explain SOLID Principles

9,717 views

11 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

39 views

6 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

868 views

5 months ago

ALIREZA DM
215 OOP in JavaScript
10:09
215 OOP in JavaScript

25 views

9 months ago

Better Stack
JavaScript KILLED Record & Tuples and Replaced Them with Composites

JavaScript's records and tuples proposal has been discontinued after reaching stage 2, replaced by the new composites feature.

2:16
JavaScript KILLED Record & Tuples and Replaced Them with Composites

5,805 views

9 months ago

Taras
This new JS method DESTROYS .reduce()! 🚀

Tired of writing long .reduce() code for grouping data? Check out the new and simpler Object.groupBy() method in JavaScript!

0:29
This new JS method DESTROYS .reduce()! 🚀

20 views

11 months ago

Coding With Waseem
What is Object-Oriented Programming in JavaScript?

Welcome to our JavaScript Tutorial for Beginners To Advance! In this video, we'll take you through everything you need to know ...

1:11:13
What is Object-Oriented Programming in JavaScript?

176 views

8 months ago

Jakubication
How To Reverse A String In JavaScript Using For Loop

This video shows how to reverse a string in JavaScript using for loop. Basically, you loop backwards and add each individual ...

1:15
How To Reverse A String In JavaScript Using For Loop

43 views

7 months ago

Jakubication
JavaScript pop First Element

JavaScript pop first element, this video shows how to do that by using two different methods. This video will show you how to do ...

1:40
JavaScript pop First Element

13 views

9 months ago

dr Jonas Birch
Coding a small Operating System in JS

Today we're going to make the Perfect project for your code portfolio: writing a small operating system in Javascript. Please note: ...

2:12:00
Coding a small Operating System in JS

8,989 views

7 months ago

Jakubication
JavaScript and Operator

In JavaScript, the and operator is a boolean operator. and only evaluates to true if both operands are true. #javascript ...

1:23
JavaScript and Operator

15 views

10 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

7 views

6 months ago

Jakubication
JavaScript sin cos

This video teaches about the math sin and cos methods in JavaScript. sin calculates the mathematical sine of a degree value in ...

0:43
JavaScript sin cos

99 views

11 months ago

Jakubication
JavaScript Array Entries

In JavaScript, the array entries method returns an array iterator containing each array item's index and value. This video shows ...

2:55
JavaScript Array Entries

8 views

6 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

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

9 views

6 months ago