ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

38 results

Frontend Interview Master
🚀 Prototype Inheritance: 2025 Interview Challenge | Ace JS Interviews | Frontend Interview Master...

JavaScript Interview Questions - Part 6/220 Stuck on prototype inheritance in coding interviews? Master this 2025 frontend ...

1:07
🚀 Prototype Inheritance: 2025 Interview Challenge | Ace JS Interviews | Frontend Interview Master...

87 views

13 days ago

Frontend Interview Master
�  JavaScript IIFE | Senior Dev Explains #shorts #javascript

JavaScript IIFE - JavaScript Tutorial for Developers An IIFE (Immediately Invoked Function Expression) is a function expression ...

3:12
� JavaScript IIFE | Senior Dev Explains #shorts #javascript

11 views

5 days ago

codesnacks
✅ Prototype in java-script - better option to extend the functionality #shorts #coding #javascript

One small mistake can cause low performance unlock list of common interview questions and answers. prototype and ...

0:20
✅ Prototype in java-script - better option to extend the functionality #shorts #coding #javascript

118 views

4 days ago

Turbo Learn PHP
Magic Methods vs Prototypes: OOP BATTLE ROYALE! #phpmagic

PHP's magic methods vs JavaScript's prototypes - which OOP is more powerful? EPIC!

0:26
Magic Methods vs Prototypes: OOP BATTLE ROYALE! #phpmagic

1,049 views

2 weeks ago

FullStack Flow
Constructor Prototype Hack for Better Performance |  #javascript  #coding

PERFORMANCE TIP: This ONE trick will save memory in your JavaScript code! Are you putting methods inside constructor ...

1:06
Constructor Prototype Hack for Better Performance | #javascript #coding

73 views

1 day ago

Aura_OF_Code
Prototype Pollution: One JSON That Made Everyone Admin#codecrime #prototype #shorts#code #javascript

A prototype pollution vulnerability where a malicious JSON payload modifies Object.prototype. After the attack, every new object ...

0:24
Prototype Pollution: One JSON That Made Everyone Admin#codecrime #prototype #shorts#code #javascript

1,365 views

3 weeks ago

Backend To Frontend
JavaScript {} toString Explained in 10 Seconds! ⚡

Ever wondered what {}.toString() does in JavaScript? It calls the Object.prototype.toString() method and returns [object Object] for ...

0:25
JavaScript {} toString Explained in 10 Seconds! ⚡

80 views

4 weeks ago

FullStack Flow
Why Your Objects Can Use  toString | #coding #javascript #frontendcourse

Mind-Blown: Why can EVERY JavaScript object use .toString()? You never created this method... so where does it come from?

0:49
Why Your Objects Can Use toString | #coding #javascript #frontendcourse

63 views

3 days ago

Frontend Interview Master
💡 Object.create() | Senior Dev Explains #Shorts

Object.create() - JavaScript Tutorial for Developers Creates a new object with a specified prototype. Enables inheritance without ...

1:36
💡 Object.create() | Senior Dev Explains #Shorts

581 views

10 days ago

Frontend Interview Master
🎓 IIFE: Immediate Functions - Complete JavaScript Tutorial

IIFE: Immediate Functions - Full JavaScript Tutorial An IIFE (Immediately Invoked Function Expression) is a JavaScript function ...

3:00
🎓 IIFE: Immediate Functions - Complete JavaScript Tutorial

5 views

5 days ago

DevDecoded
JavaScript instanceof alternatives #objectorientation # codingtips #devlife

"Discover how to create more robust instanceof checks in JavaScript, exploring four options from overriding Object.prototype.

0:45
JavaScript instanceof alternatives #objectorientation # codingtips #devlife

53 views

2 weeks ago

FullStack Flow
What Does JavaScript's 'new' Keyword ACTUALLY Do? 🤔

Ever wondered what happens when you use the 'new' keyword in JavaScript? This short breaks down the 4 steps JavaScript ...

0:35
What Does JavaScript's 'new' Keyword ACTUALLY Do? 🤔

103 views

4 days ago

FullStack Flow
ES6 Classes vs Constructor Functions 🚀 #javascript

ES6 Classes make JavaScript OOP so much cleaner! Before ES6, we used messy constructor functions with prototype methods ...

0:51
ES6 Classes vs Constructor Functions 🚀 #javascript

99 views

1 day ago

Frontend Interview Master
�  Array Keys Method - Part 30/715 | Senior Dev Explains #shorts #javascript

Array Keys Method - Part 30/715 - JavaScript Tutorial for Developers The `Array.prototype.keys()` method returns a new Array ...

1:53
� Array Keys Method - Part 30/715 | Senior Dev Explains #shorts #javascript

97 views

1 day ago

FullStack Flow
JavaScript's Prototype Chain explained in 60 seconds! ⛓️  #coding #javascript  #frontendcourse

Ever wondered how objects can access properties they don't own? That's the PROTOTYPE CHAIN in action! In this short, I'll ...

1:24
JavaScript's Prototype Chain explained in 60 seconds! ⛓️ #coding #javascript #frontendcourse

100 views

3 days ago

Code With Raisa 💻
Group data cleanly: Map vs manual objects in JavaScript #coding #javascript #shorts

Grouping data by a key is a very common task in JavaScript. Common approach: Using a plain object and mutating it as you ...

0:06
Group data cleanly: Map vs manual objects in JavaScript #coding #javascript #shorts

1,282 views

8 days ago

Michael Olech Coding
Mastering The Prototype Design Pattern in Java! #java #coding #software #prototype #programming

Master the prototype design pattern with a graphical figures example! #java #coding #software #prototype #programming ...

2:15
Mastering The Prototype Design Pattern in Java! #java #coding #software #prototype #programming

0 views

2 weeks ago

GeekPrateek
The "Escalation Matrix" of JS: Prototype Chain Explained #webdev #coding #program #softwareengineer

Stop memorizing definitions. Understand the internal lookup mechanism of the JavaScript engine. In this video, we move ...

1:02
The "Escalation Matrix" of JS: Prototype Chain Explained #webdev #coding #program #softwareengineer

1,004 views

10 days ago

Code With Raisa 💻
Use Object.hasOwn instead of hasOwnProperty #coding #javascript #shorts

Calling obj.hasOwnProperty can be unsafe. Object.hasOwn is explicit and avoids prototype pitfalls. Music: “Background Music 2” ...

0:06
Use Object.hasOwn instead of hasOwnProperty #coding #javascript #shorts

2,082 views

3 weeks ago

FullStack Flow
JavaScript Inheritance in 60 Seconds |  #coding #javascript #frontendcourse

The RIGHT way to do inheritance in JavaScript! Learn why Object.create() is better than __proto__ for prototype inheritance.

0:40
JavaScript Inheritance in 60 Seconds | #coding #javascript #frontendcourse

112 views

2 days ago