ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

355 results

Thapa Technical
Everything about Callback Function in Advanced JavaScript in Hindi 2020

Welcome, CallBack Function Explained with Practical in Advanced JavaScript in Hindi. A callback is a function that is to be ...

13:53
Everything about Callback Function in Advanced JavaScript in Hindi 2020

92,289 views

6 years ago

Thapa Technical
Callback Hell in JavaScript | Asynchronous JavaScript with Callbacks in Hindi

Welcome, what is callback hell in JavaScript in Hindi? what is callback hell and how can it be avoided in JavaScript? In this video ...

17:55
Callback Hell in JavaScript | Asynchronous JavaScript with Callbacks in Hindi

81,549 views

5 years ago

Thapa Technical
#74: useCallback Hook in React in Hindi

In this video, we explore the useCallback hook in React 19, a crucial tool for preventing unnecessary re-renders in your ...

15:21
#74: useCallback Hook in React in Hindi

28,554 views

1 year ago

Thapa Technical
🔴 JS #17: Difference Between Callback Function VS Higher-Order Functions in JavaScript in Hindi

Welcome, what is the Difference Between Callback Function VS Higher-Order Functions in JavaScript in Hindi?

11:27
🔴 JS #17: Difference Between Callback Function VS Higher-Order Functions in JavaScript in Hindi

17,704 views

5 years ago

Thapa Technical
JavaScript Advanced full Course Tutorial🔥15+ Projects + Free Notes

Complete Advanced JavaScript Tutorial in One Video in Hindi Watch JavaScript Full Course Part 1: ...

11:59:22
JavaScript Advanced full Course Tutorial🔥15+ Projects + Free Notes

420,152 views

1 year ago

Thapa Technical
#12: TypeScript Array Map and Filter Methods Explained with Examples

Welcome to our TypeScript tutorial series! In this episode, we'll dive into the powerful Array map and filter methods and learn how ...

13:42
#12: TypeScript Array Map and Filter Methods Explained with Examples

24,306 views

2 years ago

Thapa Technical
Master The Promises in JavaScript in Hindi in 2022

Welcome, what are Promises in javascript in Hindi? Why JavaScript Promises are the most important topic to master javascript?

29:12
Master The Promises in JavaScript in Hindi in 2022

141,106 views

5 years ago

Thapa Technical
🔴 Complete Array Search and Filter Section From JavaScript 16Hours+ Course in Hindi

Welcome, to the Missing 30 Minutes of Complete Array Search and Filter Section From JavaScript 16Hours+ Course in Hindi.

35:05
🔴 Complete Array Search and Filter Section From JavaScript 16Hours+ Course in Hindi

119,408 views

5 years ago

Thapa Technical
Higher Order Function in JavaScript in Hindi 2020

Welcome, What is Higher Order Function In JavaScript in Hindi. Higher-order functions are functions that take other functions as ...

11:57
Higher Order Function in JavaScript in Hindi 2020

45,961 views

6 years ago

Thapa Technical
#72: useMemo Hook in React 19: Why, When & How to Use It with Practical Examples

Welcome to useMemo hook in React 19 in Hindi, exploring why it's important, when to use it, and how to implement it effectively.

16:13
#72: useMemo Hook in React 19: Why, When & How to Use It with Practical Examples

27,811 views

1 year ago

Thapa Technical
Async Await in JavaScript in Hindi | ES8 Async/Await Functions in Hindi

Welcome, Async Await in javascript in Hindi. ES8 async/await functions in Hindi. Now, What is async/await in JavaScript in Hindi?

18:26
Async Await in JavaScript in Hindi | ES8 Async/Await Functions in Hindi

128,027 views

5 years ago

Thapa Technical
useCallback React Hook Explained in Hindi 🔥 vs useMemo Hook 😍

Welcome, The React useCallback Hook returns a memoized callback function. The useCallback Hook only runs when one of its ...

14:03
useCallback React Hook Explained in Hindi 🔥 vs useMemo Hook 😍

70,853 views

3 years ago

Thapa Technical
#7: Function Expression vs Function Declaration vs Anonymous Function in JavaScript 🔥

Welcome, we will see the Difference between a function expression and a function declaration in JavaScript? Complete Source ...

6:40
#7: Function Expression vs Function Declaration vs Anonymous Function in JavaScript 🔥

13,686 views

3 years ago

Thapa Technical
The Event Loop in JavaScript in Hindi 🔥

Welcome, what is The Event Loop in JavaScript in Hindi? The Event Loop is one of the most important aspects to understand ...

12:09
The Event Loop in JavaScript in Hindi 🔥

88,475 views

5 years ago

Thapa Technical
ES6 Tutorial #8: Fat Arrow  Function in JavaScript in Hindi 2020

Welcome, what is Fat Arrow Functions in JavaScript in Hindi 2020? Fat Arrow Function ES6 explained. ES6 fat arrow functions ...

8:29
ES6 Tutorial #8: Fat Arrow Function in JavaScript in Hindi 2020

73,705 views

6 years ago

Thapa Technical
ForEach Loop in JavaScript in Hindi 2020

Welcome, what is ForEach Loop in JavaScript in Hindi 2020? JavaScript Array forEach() Method explained in Hindi. forEach() ...

16:46
ForEach Loop in JavaScript in Hindi 2020

47,355 views

6 years ago

Thapa Technical
JavaScript Interview Series #3:  getSum(5)(4)(3)(2)(1) 🔥 Solve In One Line Can You? Currying Sum ?

Welcome, JavaScript Interview Series #3: getSum(5)(4)(3)(2)(1) Solve In One Line Can You? What is Function CURRYING ...

10:15
JavaScript Interview Series #3: getSum(5)(4)(3)(2)(1) 🔥 Solve In One Line Can You? Currying Sum ?

14,467 views

4 years ago

Thapa Technical
Hoisting in JavaScript in Hindi | Function Hoisting in JavaScript in Hindi

Welcome, Function Hoisting Explained in JavaScript in Hindi. JavaScript Function Hoisting. #advnacedJavaScript For each ...

15:57
Hoisting in JavaScript in Hindi | Function Hoisting in JavaScript in Hindi

73,533 views

6 years ago

Thapa Technical
🔴 JS #7: Mistakes That Beginners Do & How to Correct It with " USE STRICT " IN JAVASCRIPT in Hindi

Welcome, "use strict"; Defines that JavaScript code should be executed in "strict mode".The "use strict" directive was new in ...

11:58
🔴 JS #7: Mistakes That Beginners Do & How to Correct It with " USE STRICT " IN JAVASCRIPT in Hindi

8,331 views

5 years ago

Thapa Technical
🔴 JS #15: Array Reduce Method in JavaScript in Hindi with Examples

Welcome, to JavaScript Array Reduce in Hindi with Examples. What is Array Reduce in JavaScript in Hindi? The reduce() method ...

13:35
🔴 JS #15: Array Reduce Method in JavaScript in Hindi with Examples

44,289 views

5 years ago

Thapa Technical
React.memo(): Prevent Unnecessary Re-Renders with React Memo || #71:

In this video, we'll explore React.memo, a powerful tool to optimize your React applications by preventing unnecessary re-renders ...

15:11
React.memo(): Prevent Unnecessary Re-Renders with React Memo || #71:

24,610 views

1 year ago

Thapa Technical
Synchronous vs Asynchronous Programming in JavaScript in Hindi

Welcome, Synchronous and Asynchronous Programming in JavaScript in Hindi. Synchronous javascript code is executed in ...

18:05
Synchronous vs Asynchronous Programming in JavaScript in Hindi

88,061 views

5 years ago

Thapa Technical
ES6 Tutorial #2: Var, Let and Const in JavaScript in Hindi 2020

Welcome, what is var, let and const in javascript in Hindi. Differences between var vs let vs const in javascript in Hindi. so, ...

19:15
ES6 Tutorial #2: Var, Let and Const in JavaScript in Hindi 2020

137,974 views

6 years ago

Thapa Technical
Error Handling in JavaScript in Hindi | Try Catch in Promise Async/Await In JavaScript in Hindi

Welcome, What is Error Handling in JavaScript in Hindi. How to use error handling method Try and Catch in Promise Async/Await ...

7:11
Error Handling in JavaScript in Hindi | Try Catch in Promise Async/Await In JavaScript in Hindi

40,615 views

5 years ago

Thapa Technical
ES6 Tutorial #7: Object Destructuring in ES6 in JavaScript in Hindi 2020

Welcome, to Object Destructuring in ES6 in JavaScript in Hindi. ES6 Object Destructuring explained. The destructuring ...

11:59
ES6 Tutorial #7: Object Destructuring in ES6 in JavaScript in Hindi 2020

75,861 views

6 years ago