ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

32 results

Coding 4 Dev
JavaScript instanceof vs isPrototypeOf Explained with Examples 🔍

Confused about how to check prototype relationships in JavaScript? In this video, we break down two powerful tools: instanceof ...

3:57
JavaScript instanceof vs isPrototypeOf Explained with Examples 🔍

7 views

11 months ago

JavaScript Toolkit
What Does Instanceof Mean In Relation To The JavaScript Prototype Chain? - JavaScript Toolkit

What Does Instanceof Mean In Relation To The JavaScript Prototype Chain? Are you curious about how JavaScript determines ...

3:21
What Does Instanceof Mean In Relation To The JavaScript Prototype Chain? - JavaScript Toolkit

8 views

10 months ago

Interview Mentor App
How instanceof Narrows Types in TypeScript

Learn how TypeScript uses instanceof as a type guard to narrow union types in conditional blocks. Perfect for technical interviews!

2:13
How instanceof Narrows Types in TypeScript

0 views

5 months ago

MOHANED
What is the instanceof operator

Passionate about technology, stick around to learn more about tech.

1:40
What is the instanceof operator

18 views

8 months ago

Roel Van de Paar
Is using instanceof operator in javascript a performance issue? (4 Solutions!!)

https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...

2:07
Is using instanceof operator in javascript a performance issue? (4 Solutions!!)

10 views

4 months ago

The Debug Zone
Typescript Type Narrowed to Never with instanceof: Common Issues & Solutions

In this video, we dive into the intricacies of TypeScript's type system, focusing on the concept of type narrowing to `never` using the ...

3:04
Typescript Type Narrowed to Never with instanceof: Common Issues & Solutions

2 views

9 months ago

The Debug Zone
TypeScript instanceof not working

Today's Topic: TypeScript instanceof not working Thanks for taking the time to learn more. In this video I'll go through your ...

2:08
TypeScript instanceof not working

0 views

4 months ago

TECH DEV BRAZIL
Does this return TRUE or FALSE in Java? 🤔 (instanceof explained)

Do you know what's happening here? 👇 String s = "Java"; System.out.println(s instanceof Object); This question seems simple ...

2:58
Does this return TRUE or FALSE in Java? 🤔 (instanceof explained)

18 views

2 months ago

TheKnowledgeBase
JavaScript instanceof operator returning false

tech,tech news,best tech,cheap tech,tech gifts,weird tech,tech fails,ces 2025 tech,ces tech,big tech,dog tech,new tech,top tech ...

2:08
JavaScript instanceof operator returning false

0 views

4 months ago

JavaScript Toolkit
What Is An Instance In ES6 JavaScript Classes? - JavaScript Toolkit

What Is An Instance In ES6 JavaScript Classes? Are you interested in understanding how JavaScript manages objects and data?

3:35
What Is An Instance In ES6 JavaScript Classes? - JavaScript Toolkit

10 views

8 months ago

Interview Mentor App
When to Create Custom Error Classes in JavaScript

Learn when and why to create custom Error classes in JavaScript. This video covers instanceof-based targeted error handling, ...

1:31
When to Create Custom Error Classes in JavaScript

1 view

4 months ago

No Magic Coding
Этот оператор должен знать каждый TS разработчик

В этом видео разбираем оператор `satisfies` в TypeScript и зачем он вообще нужен. Фокус на понимании механики: где ...

2:34
Этот оператор должен знать каждый TS разработчик

54 views

5 months ago

我被代码海扁
如何在 JavaScript 中判断值是否为数组 - JS 教程

本视频将说明,如何在JavaScript 中,判断一个值是否为数组Array。 0:00 - 摘要0:26 - 使用instanceof 判断值是否为数组1:08 ...

2:23
如何在 JavaScript 中判断值是否为数组 - JS 教程

7 views

6 months ago

瑞瑞的抗疤之路
JDK17对instanceof的增强 #程序员 #程序猿日常 #编程语言 #编程 #后端开发

JDK17对instanceof的增强#程序员#程序猿日常#编程语言#编程#后端开发.

0:33
JDK17对instanceof的增强 #程序员 #程序猿日常 #编程语言 #编程 #后端开发

2 views

6 months ago

JavaScript Toolkit
Why Is Extending JavaScript Native Types Like Array Tricky? - JavaScript Toolkit

Why Is Extending JavaScript Native Types Like Array Tricky? Are you curious about how JavaScript handles its core data types ...

3:59
Why Is Extending JavaScript Native Types Like Array Tricky? - JavaScript Toolkit

7 views

9 months ago

Beyond Code & Karma
JavaScript Factory Pattern — stop newing up classes everywhere

Stop newing up classes all over your codebase. A factory is just a function that returns an object: config in, a ready-to-use thing out ...

2:29
JavaScript Factory Pattern — stop newing up classes everywhere

1 view

3 weeks ago

Interview Mentor App
TypeScript Type Narrowing: Control Flow Analysis

How does TypeScript know which type a variable holds inside an if-else block? It uses control flow analysis — a technique that ...

1:32
TypeScript Type Narrowing: Control Flow Analysis

2 views

4 months ago

Interview Mentor App
useUnknownInCatchVariables: TypeScript's Hidden Safety Net

What edge cases does useUnknownInCatchVariables help prevent compared to implicit any? Discover how typing catch ...

1:37
useUnknownInCatchVariables: TypeScript's Hidden Safety Net

9 views

4 months ago

Interview Mentor App
TypeScript Type Narrowing Explained

Learn how TypeScript narrows union types inside conditional blocks using control flow analysis, type guards (typeof, instanceof, ...

1:40
TypeScript Type Narrowing Explained

8 views

4 months ago

JavaScript Toolkit
What's The Difference: Throw New Error() Vs Throw 'message' In JavaScript? - JavaScript Toolkit

What's The Difference: Throw New Error() Vs Throw 'message' In JavaScript? Are you curious about the best way to handle errors ...

3:44
What's The Difference: Throw New Error() Vs Throw 'message' In JavaScript? - JavaScript Toolkit

6 views

8 months ago