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
82 results
Learn about local variables, which “belong” to a function, and global variables, which are available to all functions.
251 views
7 years ago
Why it is confusing to use the same variable name in the sending function and the receiving function. View an annotated PDF ...
220 views
8 years ago
Using function prototypes allows you to call functions before you have defined their function body.
179 views
5 years ago
Start learning at http://code.org/ Stay in touch with us! • on Twitter https://twitter.com/codeorg • on Facebook ...
130,597 views
10 years ago
Immutability and pączki. And how do you think, where is the border? Where do you decide that enough is enough and reach for ...
945 views
4 years ago
Find some gumption and learn some functions. We have used built-in functions all the time. Now let's see how we can write our ...
943 views
Writing an algorithm that finds a value in an array by looking at each item in term from beginning to end.
93 views
Also: what is variable scope? Note: at 1:00, the narration should be “Is **a** in the current scope? No, it isn't.”
167 views
And now, I could have had an arbitrary function of y and, of course, in either case, I could have a constant. I didn't need to put the ...
87,820 views
You use an if statement to make decisions about whether to take an action or not. You use an if/else statement to decide whether ...
135 views
Keep It Simple Sea Cucumber I'm talking about foundations here: pattern matching as *The Feature* of Scala, case classes, the ...
991 views
Various forms of the print() function, including formatting output. Note: at 8:10 I say“I'll pass that on to the format function” -- the ...
345 views
Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join This is my ...
27 views
3 years ago
Advanced Features of Functions Part 1 : Introduction and passing one function to another.
7,292 views
6 years ago
pythonprogramming Join this channel to get access to perks: ...
286 views
2 years ago
Video lecture by Jill Jones Center for Computer Studies Magnet Program Carl Hayden High School.
461 views
9 years ago
So I have this new value of 2x squared minus 2x minus 12. So if I wanted to evaluate the product of a function at any particular ...
551 views
11 years ago
Learn when to use -- and not to use -- exceptions.
170 views
When should you use braces around the body of an if/else? (Spoiler alert: always.)
558 views
What makes a good variable name? Find out here!
468 views