ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,295 results

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,157 views

9 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...

51,527 views

6 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,103 views

2 weeks 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

34 views

5 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

8,701 views

11 months ago

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

25 views

8 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

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

95 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

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()! 🚀

19 views

10 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

8 months ago

ALIREZA DM
214 What is Object Oriented Programming 564V

Would you like to watch more videos like this? I need your feedback, so please let me know if you're interested. I'm planning to ...

20:56
214 What is Object Oriented Programming 564V

110 views

8 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

7 months ago

Jakubication
How To Fix: java.lang.NumberFormatException

To fix the java.lang.NumberFormatException, check your input to Integer.parseInt and make sure the string you passed in, in some ...

0:26
How To Fix: java.lang.NumberFormatException

283 views

11 months ago

Jakubication
JavaScript String toUpperCase

In JavaScript, string toUpperCase converts a string to all uppercase. JavaScript strings are immutable, so toUpperCase returns a ...

0:48
JavaScript String toUpperCase

5 views

5 months ago

Jakubication
TypeError: Right-hand side of 'instanceof' is not an object | JavaScript Errors

To fix the JavaScript TypeError: Right-hand side of 'instanceof' is not an object, only put values on the right-hand side of ...

0:25
TypeError: Right-hand side of 'instanceof' is not an object | JavaScript Errors

32 views

11 months ago

Jakubication
JavaScript or Operator

In JavaScript, the or operator is a boolean operator. or only evaluates to false if both operands are false. #javascript #learntocode ...

1:17
JavaScript or Operator

14 views

10 months ago

Jakubication
JavaScript String toLowerCase

In JavaScript, string toLowerCase converts a string to all lowercase. JavaScript strings are immutable, so toLowerCase returns a ...

0:52
JavaScript String toLowerCase

11 views

5 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 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

38 views

7 months ago