ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,844 results

Anand Parmar
What is the Object‑Oriented Programming (OOP)?  #js #programming  #coding

Key Principles of OOP 1) Encapsulation 2) Abstraction 3) Inheritance 4) Polymorphism.

0:54
What is the Object‑Oriented Programming (OOP)? #js #programming #coding

47 views

3 weeks ago

Mohit Decodes
Remove Falsy Values from Array | filter(Boolean) Trick #coding #interview #dsa

In this JavaScript interview tutorial, we demonstrate the cleanest one-liner to remove all falsy values from an array: ...

0:52
Remove Falsy Values from Array | filter(Boolean) Trick #coding #interview #dsa

6,755 views

2 days ago

arinze
Entries( ) Explained - JavaScript Tutorials (Beginners) | Tutorial #4
2:12
Entries( ) Explained - JavaScript Tutorials (Beginners) | Tutorial #4

5 views

3 weeks ago

Mohit Decodes
Memoization Explained | Performance Optimization Using Cache #coding #interview #dsa

In this JavaScript interview tutorial, we explain Memoization — one of the most important performance optimization techniques.

2:10
Memoization Explained | Performance Optimization Using Cache #coding #interview #dsa

4,023 views

4 days ago

Turtle Code
Stop Writing Messy if Statements! Use elif Like a Pro 🧠🐍

Are you still writing multiple if statements for related conditions? That's not only messy — it's inefficient too. In this quick Python tip, ...

0:16
Stop Writing Messy if Statements! Use elif Like a Pro 🧠🐍

6,594 views

2 weeks ago

ZilaStar
JavaScript Classes

They were introduced in ES6 and provide a cleaner way to implement object-oriented programming compared to older constructor ...

3:36
JavaScript Classes

10 views

3 weeks ago

FullStack Flow
This JavaScript Method Changed Everything! 🤯 #javascript #coding

Object.entries() is the BEST way to iterate objects in JavaScript! Here's why... ✓ Get keys AND values together ✓ Use with ...

0:44
This JavaScript Method Changed Everything! 🤯 #javascript #coding

0 views

2 weeks ago

Codify
Day 40/200: Prototype in JavaScript OOP | Hidden Power of JS | Web Dev Challenge

Day 40/200: Prototype in JavaScript OOP I'm on a 200-day journey to become a full-proof web developer, and today I learned ...

1:10
Day 40/200: Prototype in JavaScript OOP | Hidden Power of JS | Web Dev Challenge

969 views

2 weeks ago

FullStack Flow
Why JavaScript Object Comparison Fails! 😱  #coding #frontendcourse #programminglanguage

This JavaScript behavior confuses EVERYONE - even experienced developers! Why does { name: 'Alice' } === { name: 'Alice' } ...

0:37
Why JavaScript Object Comparison Fails! 😱 #coding #frontendcourse #programminglanguage

0 views

2 weeks ago

The Coding Monk
Understanding Object destructuring in JavaScript || #ytstudio #javascriptinterview  #javascript

Understanding Object destructuring in JavaScript || #ytstudio #javascriptinterview #javascript Object destructuring is a ...

1:00
Understanding Object destructuring in JavaScript || #ytstudio #javascriptinterview #javascript

1,948 views

12 days ago

Build Heaven Dev
Most Developers Fail This! 😱 Hardest JavaScript Output Question Explained | JS Interview Prep

Struggling with JavaScript output-based interview questions? This short video breaks down one of the hardest and trickiest JS ...

0:30
Most Developers Fail This! 😱 Hardest JavaScript Output Question Explained | JS Interview Prep

1,019 views

11 days ago

Mohit Decodes
Group Array Items by Property | Reduce #coding #interview #dsa #javascript

In this JavaScript interview tutorial, we learn how to group array items by a specific property — a very common real-world ...

1:43
Group Array Items by Property | Reduce #coding #interview #dsa #javascript

20,108 views

6 days ago

Namaste _coder_saheb
OOPM -(Object oriented programming and methodology) || c++ codes || class distance (feet and inches)
0:16
OOPM -(Object oriented programming and methodology) || c++ codes || class distance (feet and inches)

713 views

2 weeks ago

Codify
Day 39/200: Classes in OOP Explained | JavaScript OOP | Web Dev Challenge

Day 39/200: Class in Object-Oriented Programming I'm on a 200-day journey to become a full-proof web developer, and today I ...

0:46
Day 39/200: Classes in OOP Explained | JavaScript OOP | Web Dev Challenge

1,142 views

2 weeks ago

FullStack Flow
Stop Writing Messy JavaScript Code! |  #coding #frontendcourse #webdevelopment

Stop writing messy JavaScript! Learn how to organize your data with JavaScript objects - the RIGHT way. This one tip will make ...

0:26
Stop Writing Messy JavaScript Code! | #coding #frontendcourse #webdevelopment

31 views

3 weeks ago

Chirag kalra coding
What is Object | Object in JavaScript | Chirag Kalra Coding #object #dsa #javascript

... #object #dsa #javascript object kya hota hai object simple bhasha me object easy explanation object in javascript object in oop ...

0:58
What is Object | Object in JavaScript | Chirag Kalra Coding #object #dsa #javascript

507 views

5 days ago

Frontend Interview Master
Confusing JavaScript Keyword: 'this' #shorts #shortvideo #coding #javascript #shortsfeed

javascript, js, javascript this keyword, this keyword explained, call apply bind, arrow functions, object oriented programming, ...

1:12
Confusing JavaScript Keyword: 'this' #shorts #shortvideo #coding #javascript #shortsfeed

20 views

4 weeks ago

Mohit Decodes
JavaScript Object Shorthand — Make Your Code Cleaner in Seconds! #coding #interview #dsa

In this short video, I explain how JavaScript's object property shorthand makes your code cleaner and easier to read. When your ...

0:57
JavaScript Object Shorthand — Make Your Code Cleaner in Seconds! #coding #interview #dsa

19,170 views

1 month ago

Mohit Decodes
Object Destructuring with Default Values | JavaScript Interview Trick Explained! #coding #interview

In this short video, I explain how default values work in JavaScript object destructuring. When a property is missing in an object, ...

1:23
Object Destructuring with Default Values | JavaScript Interview Trick Explained! #coding #interview

6,372 views

3 weeks ago

FullStack Flow
Object.keys() vs Object.values() in JavaScript! 💻 #javascript

Need keys OR values from a JavaScript object? Here are the two methods you MUST know! Object.keys() → Get all property ...

0:40
Object.keys() vs Object.values() in JavaScript! 💻 #javascript

0 views

2 weeks ago