Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
57 results
In this mini series, Surma introduces you to the various functional methods that JavaScript Arrays have to offer. In this episode: ...
10,368 views
7 years ago
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 ...
12 views
1 year ago
No new features are introduced in this segment. A simple function is added to make debug messages cleaner to write and the ...
376 views
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 ...
0 views
Understand the difference between expressions and statements. Watch this to learn about environment and scope: ...
118,193 views
9 years ago
Learn how to use lambda expressions in TypeScript so you never have to worry about what "this" is again. Learn more about "this" ...
408 views
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 ...
264 views
Remember the first step revealed several errors when converting to TypeScript because "strict typing" was turned on? In this step ...
120 views
Part 13 introduced a defect caused by passing a property name with improper case. In this step, a "key type" is introduced that ...
144 views
This episode features a small refactoring that enables the printing functionality to show labels along with values by passing the ...
278 views
In this episode, Jake and Surma dissect how for-loops actually work and how they've evolved. Turns out, it got complicated.
106,904 views
Lambda expessions are one use calculator which can calculate multiple numbers at a time. For example:- my_nums = [1,2,3,4,5,6 ...
37 views
4 years ago
Type decorators are one of my favorite aspects of TypeScript. They enable aspect-oriented development by allowing the ...
172 views
RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton Performance, readability and ...
904 views
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 ...
75,496 views
5 years ago
Type guards allow code to test that a variable is of a specific type. If the test succeeds, TypeScript's compiler understands the ...
163 views
15% off registration: www.eventbrite.com/e/540887036687/?discount=ChrisKrycho15 I will be giving two talks at LambdaConf ...
160 views
2 years ago
This talk about JavaScript Promises was delivered by Kerrick Long at the STL Ember.js Meetup on Feb 6, 2014. Slides: ...
39,729 views
12 years ago
Understand how and why isolated environments are created in JS, what scoping is and how cool are closures. Watch this to ...
14,904 views
All of our functions we've done in C and PHP have all had names. This is what we call an anonymous function. Makes sense, right ...
619 views
13 years ago