ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

84 results

Learn with Shikaar
Get n Maximum Elements from Array

Video Title: Get the Top N Maximum Elements from an Array in JavaScript In this video, you'll learn how to retrieve the N largest ...

2:03
Get n Maximum Elements from Array

1 view

1y ago

Learn with Shikaar
Filter Array of Objects by Condition

Video Title: Filter an Array of Objects by Condition in JavaScript In this video, you'll learn how to filter an array of objects based on ...

2:33
Filter Array of Objects by Condition

1 view

1y ago

Learn with Shikaar
Build Array with Iterator and Seed

Video Title: Generate an Array Using an Iterator and Seed in JavaScript In this video, you'll learn how to build an array ...

1:57
Build Array with Iterator and Seed

22 views

1y ago

Learn with Shikaar
Variadic Function with Array Inputs

Video Title: Create a Variadic Function with Array Inputs in JavaScript In this video, you'll learn how to build a variadic function that ...

2:45
Variadic Function with Array Inputs

5 views

1y ago

Learn with Shikaar
Execute Function for Array in Reverse Order

Video Title: Execute a Function for an Array in Reverse Order | JavaScript Tutorial In this video, you'll learn how to apply a function ...

2:14
Execute Function for Array in Reverse Order

0 views

1y ago

Learn with Shikaar
Filter Array by Comparator

Video Title: Execute a Function for an Array in Reverse Order | JavaScript Tutorial In this video, you'll learn how to apply a function ...

2:22
Filter Array by Comparator

0 views

1y ago

Learn with Shikaar
Get nth Element from Array

Video Title: Get the nth Element from an Array in JavaScript In this video, you'll learn how to retrieve the nth element from an array, ...

2:04
Get nth Element from Array

4 views

1y ago

Learn with Shikaar
Maximum Value of Array with Mapping

Video Title: Find the Maximum Value in an Array Using Mapping in JavaScript In this video, you'll learn how to find the highest ...

2:13
Maximum Value of Array with Mapping

3 views

1y ago

J David Eisenberg
Planning the “Reverse an Array in Place” program

Here are two approaches to solving the problem. (I'm not entirely happy with this video; the script just didn't seem to “click” for me, ...

2:29
Planning the “Reverse an Array in Place” program

446 views

4y ago

Learn with Shikaar
Nest Flat Array Recursively

Video Title: Convert a Flat Array into a Nested Structure Recursively in JavaScript In this video, you'll learn how to transform a flat ...

2:24
Nest Flat Array Recursively

7 views

1y ago

Learn with Shikaar
JavaScript Trick Convert a 2D Array to CSV String Format Easily!

Video Title: Convert a 2D Array to CSV Format in JavaScript In this video, you'll learn how to convert a two-dimensional array into ...

3:38
JavaScript Trick Convert a 2D Array to CSV String Format Easily!

5 views

1y ago

Learn with Shikaar
Get nth Argument by Index or Reverse Index

Video Title: Get the nth Argument by Index or Reverse Index in JavaScript In this video, you'll learn how to retrieve the nth ...

2:16
Get nth Argument by Index or Reverse Index

1 view

1y ago

Learn with Shikaar
Object with Array Properties and Values

Video Title: Create an Object from Array Properties and Values in JavaScript In this video, you'll learn how to construct an object ...

2:15
Object with Array Properties and Values

1 view

1y ago

Learn with Shikaar
Group Array and Count Elements

Video Title: Group an Array and Count Elements in JavaScript In this video, you'll learn how to group array elements and count ...

2:34
Group Array and Count Elements

8 views

1y ago

Learn with Shikaar
Generate Object Values by Function

Video Title: Generate Object Values Dynamically Using a Function in JavaScript In this video, you'll learn how to generate object ...

2:22
Generate Object Values by Function

1 view

1y ago

Learn with Shikaar
Group Array Elements by Position

Video Title: Group Array Elements by Position in JavaScript In this video, you'll learn how to group elements in an array based on ...

2:10
Group Array Elements by Position

4 views

1y ago

Learn with Shikaar
String to Array of Words

Video Title: Convert a String to an Array of Words in JavaScript In this video, you'll learn how to split a string into an array of words ...

2:26
String to Array of Words

4 views

1y ago

Learn with Shikaar
Reduce Array Like to Hash Map

Video Title: Convert an Array-Like Object into a Hash Map in JavaScript In this video, you'll learn how to transform an array-like ...

1:51
Reduce Array Like to Hash Map

4 views

1y ago

Learn with Shikaar
All Elements Fail Predicate Check

Video Title: Check if All Elements Fail a Predicate in JavaScript In this video, you'll learn how to verify whether all elements in an ...

2:38
All Elements Fail Predicate Check

5 views

1y ago

Learn with Shikaar
Map Array Values to Object

Video Title: Map Array Values to an Object in JavaScript In this video, you'll learn how to map an array's values into an object ...

2:42
Map Array Values to Object

0 views

1y ago

Learn with Shikaar
Stable Sort Array

Video Title: Perform a Stable Sort on an Array in JavaScript In this video, you'll learn how to implement a stable sort in JavaScript, ...

3:11
Stable Sort Array

1 view

1y ago

Learn with Shikaar
Iterate Callback n Times

Video Title: Execute a Callback Function n Times in JavaScript In this video, you'll learn how to run a callback function a specified ...

2:01
Iterate Callback n Times

0 views

1y ago

Learn with Shikaar
Split Values into Groups by Predicate

Video Title: Split Values into Groups Using a Predicate in JavaScript In this video, you'll learn how to split an array into two groups ...

2:15
Split Values into Groups by Predicate

3 views

1y ago

Learn with Shikaar
Find Longest Iterable Object

Video Title: Find the Longest Iterable Object in JavaScript In this video, you'll learn how to determine the longest iterable object in ...

2:12
Find Longest Iterable Object

6 views

1y ago

Learn with Shikaar
Find Median of Numbers in Array

Video Title: Find the Longest Iterable Object in JavaScript In this video, you'll learn how to determine the longest iterable object in ...

2:07
Find Median of Numbers in Array

1 view

1y ago

Learn with Shikaar
Object from Key Value Pairs

Video Title: Create an Object from Key-Value Pairs in JavaScript In this video, you'll learn how to construct an object from an array ...

2:40
Object from Key Value Pairs

8 views

1y ago

Learn with Shikaar
Highest Index for Sorted Insertion With Iterator

Video Title: Find the Highest Index for Sorted Insertion in JavaScript In this video, you'll learn how to determine the highest index ...

3:15
Highest Index for Sorted Insertion With Iterator

2 views

1y ago

Learn with Shikaar
Symmetric Difference with Comparator

Video Title: Compute Symmetric Difference of Arrays Using a Comparator in JavaScript In this video, you'll learn how to find the ...

1:45
Symmetric Difference with Comparator

0 views

1y ago

Learn with Shikaar
Distinct Values Right Side by Comparator

Video Title: Get Distinct Values from the Right Side Using a Comparator in JavaScript In this video, you'll learn how to filter an ...

2:22
Distinct Values Right Side by Comparator

2 views

1y ago

Jesse Warden
Test Driven Development (TDD) in 1 Minute

We cover what Test Driven Development, TDD for short, or Red Green Refactor, is in 1 minute.

1:01
Test Driven Development (TDD) in 1 Minute

859 views

5y ago

loops
Visualizing expression parsing

Blog post: https://smitop.com/post/ttw-boolean/ Source code: https://github.com/Smittyvb/ttw/blob/master/taglogic/src/bool.rs.

2:27
Visualizing expression parsing

731 views

5y ago

Learn with Shikaar
Remove Event Listener from Element

Video Title: Remove an Event Listener from an Element in JavaScript In this video, you'll learn how to properly remove an event ...

2:27
Remove Event Listener from Element

10 views

1y ago

Chrome for Developers
Online and Offline - (The Standard, Ep. 12)

You are probably familiar with the terms "online" and "offline" when it comes to internet connection, but did you know that Wi-Fi ...

2:35
Online and Offline - (The Standard, Ep. 12)

9,307 views

8y ago

Learn with Shikaar
Symmetric Difference with Mapping

Video Title: Compute Symmetric Difference of Arrays Using Mapping in JavaScript In this video, you'll learn how to find the ...

1:52
Symmetric Difference with Mapping

1 view

1y ago

Learn with Shikaar
Iterate Over Object Properties

Video Title: Iterate Over Object Properties in JavaScript In this video, you'll learn how to loop through an object's properties using ...

2:15
Iterate Over Object Properties

2 views

1y ago

Learn with Shikaar
Single Argument Function

Video Title: Create a Single-Argument Function in JavaScript In this video, you'll learn how to write and optimize functions that ...

2:07
Single Argument Function

1 view

1y ago

Learn with Shikaar
Sum and Count of Even and Odd Numbers in JavaScript — Easy Tutorial for Beginners to Learn Fast

Sum and Count of Even and Odd Numbers in JavaScript — Learn the Smartest Way Today! What the video teaches This lesson ...

3:45
Sum and Count of Even and Odd Numbers in JavaScript — Easy Tutorial for Beginners to Learn Fast

23 views

11mo ago

J David Eisenberg
Chapter 6: The for loop

The for loop is a shorthand for a while loop; it specifies the initial loop variable, the continuation test, and the action after each ...

3:04
Chapter 6: The for loop

289 views

5y ago

Learn with Shikaar
Convert Value to Safe Integer

Video Title: Convert a Value to a Safe Integer in JavaScript In this video, you'll learn how to convert any value into a safe integer ...

2:16
Convert Value to Safe Integer

2 views

1y ago

Learn with Shikaar
Invert Key Value Pairs in Object

Video Title: Invert Key-Value Pairs in an Object Using JavaScript In this video, you'll learn how to swap the keys and values of an ...

2:28
Invert Key Value Pairs in Object

5 views

1y ago

Jeremy Likness
TypeScript for JavaScript Developers Part 1: Introduction

This series will explore TypeScript for JavaScript developers by taking a JavaScript app and transforming it piece by piece. In this ...

2:43
TypeScript for JavaScript Developers Part 1: Introduction

1,103 views

7y ago

Learn with Shikaar
Hash String into Number

Video Title: Group an Array by Index and Combine Values Using a Function in JavaScript In this video, you'll learn how to group ...

2:47
Hash String into Number

2 views

1y ago

Learn with Shikaar
Get First Non Null/Undefined Argument

Video Title: Get the First Non-Null/Undefined Argument in JavaScript In this video, you'll learn how to find the first non-null and ...

2:42
Get First Non Null/Undefined Argument

7 views

1y ago

Learn with Shikaar
Pick Keys from Object

Video Title: Pick Specific Keys from an Object in JavaScript In this video, you'll learn how to extract specific properties from an ...

2:30
Pick Keys from Object

0 views

1y ago

Learn with Shikaar
Right to Left Function Composition

Video Title: Right-to-Left Function Composition in JavaScript In this video, you'll learn how to compose multiple functions in a ...

2:35
Right to Left Function Composition

4 views

1y ago

Learn with Shikaar
Left to Right Function Composition

Video Title: Left-to-Right Function Composition in JavaScript In this video, you'll learn how to compose multiple functions in a ...

2:29
Left to Right Function Composition

3 views

1y ago

Learn with Shikaar
Object from Truthy Function Keys

Video Title: Create an Object from Truthy Function Keys in JavaScript In this video, you'll learn how to filter object properties based ...

2:33
Object from Truthy Function Keys

0 views

1y ago

Learn with Shikaar
Mask Characters Except Last Few

Video Title: Mask a String Except for the Last Few Characters in JavaScript In this video, you'll learn how to hide characters in a ...

2:15
Mask Characters Except Last Few

7 views

1y ago

Learn with Shikaar
Reduce Object with Accumulator Function

Video Title: Reduce an Object Using an Accumulator Function in JavaScript In this video, you'll learn how to process an object by ...

2:19
Reduce Object with Accumulator Function

2 views

1y ago

Learn with Shikaar
Conditional Function Application

Video Title: Apply a Function Conditionally in JavaScript In this video, you'll learn how to conditionally apply a function based on a ...

2:02
Conditional Function Application

12 views

1y ago

Learn with Shikaar
Join and Normalize URL Segments

Video Title: Join and Normalize URL Segments in JavaScript In this video, we'll explore how to join multiple URL segments into a ...

2:30
Join and Normalize URL Segments

5 views

1y ago

Learn with Shikaar
String Permutations With Duplicates

Video Title: Generate All Permutations of a String (With Duplicates) in JavaScript In this video, you'll learn how to generate all ...

2:55
String Permutations With Duplicates

1 view

1y ago

haskelling
Haskelling the Advent of Code 2021 - Day 2

In this series, I'll be attempting to complete the 2021 Advent of Code in the Haskell programming language. This video solves the ...

2:55
Haskelling the Advent of Code 2021 - Day 2

433 views

4y ago

Learn with Shikaar
Decimal Format Float to Comma Separated String

Video Title: Format a Float as a Comma-Separated String in JavaScript In this video, you'll learn how to convert a decimal number ...

2:09
Decimal Format Float to Comma Separated String

6 views

1y ago

Learn with Shikaar
Negate Predicate Function

Video Title: Negate a Predicate Function in JavaScript In this video, you'll learn how to invert the logic of a predicate function, ...

2:31
Negate Predicate Function

2 views

1y ago

Learn with Shikaar
Add Event Listener with Delegation

Video Title: Add Event Listener with Delegation in JavaScript In this video, you'll learn how to use event delegation to handle ...

2:19
Add Event Listener with Delegation

2 views

1y ago

Learn with Shikaar
Invoke Object Method by Key

Video Title: Invoke an Object Method by Key in JavaScript In this video, you'll learn how to dynamically call an object's method ...

2:58
Invoke Object Method by Key

4 views

1y ago

Learn with Shikaar
Format Number as Currency

Video Title: Format a Number as Currency in JavaScript In this video, you'll learn how to convert a number into a properly ...

2:10
Format Number as Currency

3 views

1y ago

Learn with Shikaar
Validate with Luhn Algorithm

Video Title: Validate Numbers Using the Luhn Algorithm in JavaScript In this video, you'll learn how to implement the Luhn ...

2:16
Validate with Luhn Algorithm

17 views

1y ago

Learn with Shikaar
Map Characters of String to New String

Video Title: Transform Each Character in a String Using JavaScript In this video, you'll learn how to map characters in a string to ...

2:39
Map Characters of String to New String

0 views

1y ago

UBC_CPSC_103 _screencasts
Module 2: Differences between the stub and template

I'll run this code and we'll see that both of our tests failed but we did not get any syntax errors. If we did make a syntax error here, ...

2:21
Module 2: Differences between the stub and template

3,987 views

8y ago

J David Eisenberg
Chapter 13: Converting an Object to a String

How to get something better than the name of a class and its memory reference when you print an object reference.

2:35
Chapter 13: Converting an Object to a String

112 views

3y ago

J David Eisenberg
Chapter 4: Using loops for user input

A while loop lets your programs repeatedly ask for user input until they enter a “sentinel value” to tell you they have finished.

3:26
Chapter 4: Using loops for user input

234 views

5y ago

Noqta Music
What's Encapsulation in Java and what are the benefits of using Encapsulation?

softwaretestengineer #testing #selenium #agile #sdet #qatester #software #api #apipostman #restassured #postman ...

2:58
What's Encapsulation in Java and what are the benefits of using Encapsulation?

198 views

3y ago

Learn with Shikaar
Check if Value is a Number

Video Title: Check if a Value is a Number in JavaScript In this video, you'll learn how to verify whether a given value is a number in ...

2:18
Check if Value is a Number

4 views

1y ago

Web Boss
JSX in reactjs in hindi | JS vs JSX in React | React tutorial for beginners in hindi - Web Boss

JSX in reactjs in hindi | JS vs JSX in React | React tutorial for beginners in hindi - Web Boss About Video : Dosto iss video me ...

2:44
JSX in reactjs in hindi | JS vs JSX in React | React tutorial for beginners in hindi - Web Boss

168 views

5y ago

Learn with Shikaar
String to Kebab Case

Video Title: Convert a String to Kebab Case in JavaScript In this video, you'll learn how to convert a string into kebab-case format, ...

1:53
String to Kebab Case

11 views

1y ago

Learn with Shikaar
String for Tomorrow's Date

Video Title: Get Tomorrow's Date as a Formatted String in JavaScript In this video, you'll learn how to generate a string ...

1:51
String for Tomorrow's Date

0 views

1y ago

COMPUTER & EXCEL SOLUTION
Create a function to find prime number in python in hindi@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

0:51
Create a function to find prime number in python in hindi@COMPUTEREXCELSOLUTION

68 views

3y ago

Learn with Shikaar
String to Snake Case

Video Title: Convert a String to Snake Case in JavaScript In this video, you'll learn how to convert a string into snake_case format ...

2:01
String to Snake Case

2 views

1y ago

COMPUTER & EXCEL SOLUTION
Greater than Less than Operator in Mysql@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

3:43
Greater than Less than Operator in Mysql@COMPUTEREXCELSOLUTION

150 views

3y ago

Chrome for Developers
localStorage and sessionStorage #DevToolsTips

Explore localStorage and sessionStorage with Jecelyn! The localStorage and sessionStorage APIs allow you to store data on a ...

3:21
localStorage and sessionStorage #DevToolsTips

51,425 views

3y ago

COMPUTER & EXCEL SOLUTION
How to use countif formula in Google sheet@COMPUTEREXCELSOLUTION

This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...

1:59
How to use countif formula in Google sheet@COMPUTEREXCELSOLUTION

74 views

5y ago

COMPUTER & EXCEL SOLUTION
Create your first program on sql server@COMPUTEREXCELSOLUTION

This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...

3:57
Create your first program on sql server@COMPUTEREXCELSOLUTION

1,253 views

5y ago

COMPUTER & EXCEL SOLUTION
Classic Pivot table in Microsoft Excel@COMPUTEREXCELSOLUTION

This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script", ...

1:34
Classic Pivot table in Microsoft Excel@COMPUTEREXCELSOLUTION

717 views

5y ago

COMPUTER & EXCEL SOLUTION
Exponent Operator in python@COMPUTEREXCELSOLUTION

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...

0:56
Exponent Operator in python@COMPUTEREXCELSOLUTION

503 views

3y ago

Spoken-Tutorial IIT Bombay
Cookies Part 2 - Tamil

Cookies (Part 2) Check if a cookie exists or not using isset Unset a cookie when no longer required Change the value of a existing ...

3:34
Cookies Part 2 - Tamil

830 views

11y ago

Tim Bourguignon
Visual Studio column & multi-editing

Trick recorded for the DodNed UserGroup Tools Slam 2013 (28.02.2013). Explanations are in German. In dieses Trick geht es um ...

2:47
Visual Studio column & multi-editing

629 views

13y ago