ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

61 results

Jeremy Likness
TypeScript for JavaScript Developers Part 6: Lambda Expressions

Learn how to use lambda expressions in TypeScript so you never have to worry about what "this" is again. Learn more about "this" ...

2:20
TypeScript for JavaScript Developers Part 6: Lambda Expressions

403 views

6 years ago

Chrome for Developers
map & filter - Functional JavaScript - Supercharged

In this mini series, Surma introduces you to the various functional methods that JavaScript Arrays have to offer. In this episode: ...

1:46
map & filter - Functional JavaScript - Supercharged

10,362 views

7 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 10: Simple Refactoring

No new features are introduced in this segment. A simple function is added to make debug messages cleaner to write and the ...

1:30
TypeScript for JavaScript Developers Part 10: Simple Refactoring

373 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 13: Formatting the Print

This episode features a small refactoring that enables the printing functionality to show labels along with values by passing the ...

2:27
TypeScript for JavaScript Developers Part 13: Formatting the Print

273 views

6 years ago

Programming threads
JavaScript vs Python: The Object Destructuring Showdown

If you are new to Python there is an easy to use syntax for destruturing objects that is similar in Javascript #javascript ...

0:47
JavaScript vs Python: The Object Destructuring Showdown

482 views

1 year ago

Jeremy Likness
TypeScript for JavaScript Developers Part 16: Strict Typing

Remember the first step revealed several errors when converting to TypeScript because "strict typing" was turned on? In this step ...

1:48
TypeScript for JavaScript Developers Part 16: Strict Typing

120 views

6 years ago

Chrome for Developers
JavaScript for-loops are… complicated - HTTP203

In this episode, Jake and Surma dissect how for-loops actually work and how they've evolved. Turns out, it got complicated.

14:17
JavaScript for-loops are… complicated - HTTP203

106,838 views

7 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 9: Custom Types with Generics

In this short clip, a custom type is defined using generics to define a "predicate" or a simple method that takes an item of a certain ...

0:56
TypeScript for JavaScript Developers Part 9: Custom Types with Generics

263 views

6 years ago

Learn with Shikaar
How to Get the Name of a Function in JavaScript

Get the Name of a Function in JavaScript In this video, you'll learn how to retrieve the name of a function in JavaScript. This is a ...

2:47
How to Get the Name of a Function in JavaScript

10 views

6 months ago

Learn with Shikaar
How to Log the Name of a Function in JavaScript

Video Title: Log the Name of a Function in JavaScript In this video, you'll learn how to log the name of a function programmatically ...

2:46
How to Log the Name of a Function in JavaScript

0 views

8 months ago

Jeremy Likness
TypeScript for JavaScript Developers Part 14: Key Types

Part 13 introduced a defect caused by passing a property name with improper case. In this step, a "key type" is introduced that ...

1:24
TypeScript for JavaScript Developers Part 14: Key Types

143 views

6 years ago

Software Techie
JavaScript IIFE Explained: What is Immediately Invoked Function Expression? #shorts #javascript

Curious about Immediately Invoked Function Expressions (IIFE) in JavaScript? In this short video, we break down what IIFE is, ...

0:48
JavaScript IIFE Explained: What is Immediately Invoked Function Expression? #shorts #javascript

175 views

1 year ago

Code Lab
Lambda expressions

Lambda expessions are one use calculator which can calculate multiple numbers at a time. For example:- my_nums = [1,2,3,4,5,6 ...

4:35
Lambda expressions

37 views

4 years ago

Jevko
A Core Calculus for Documents vs Znadoc, Part 3

In this video I talk about Znadoc, a document creation system I am building on Jevko in the context of a paper from January 2024, ...

11:53
A Core Calculus for Documents vs Znadoc, Part 3

56 views

2 years ago

Confreaks
RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton

RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton Performance, readability and ...

49:11
RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton

891 views

9 years ago

Codexpanse with Rakhim
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

Understand the difference between expressions and statements. Watch this to learn about environment and scope: ...

4:38
Expressions vs. Statements in JS / Intro to JavaScript ES6 programming, lesson 14

116,329 views

9 years ago

생활코딩
WEB2 JavaScript - 27. Functions: Return

Coding Everybody is a project to teach programming to the general public. For more information, please visit: http ...

7:20
WEB2 JavaScript - 27. Functions: Return

76,413 views

8 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 15: Type Guards

Type guards allow code to test that a variable is of a specific type. If the test succeeds, TypeScript's compiler understands the ...

2:01
TypeScript for JavaScript Developers Part 15: Type Guards

163 views

6 years ago

CS50
Section 8: More Comfortable

Then callback is like you can define some anonymous functions. You don't have to give the function a name, but you won't have to ...

1:22:49
Section 8: More Comfortable

796 views

13 years ago

Jon Gjengset
Crust of Rust: Subtyping and Variance

In this episode of Crust of Rust, we go over subtyping and variance — a niche part of Rust that most people don't have to think ...

1:39:41
Crust of Rust: Subtyping and Variance

72,489 views

4 years ago