Eloquent JavaScript Tutorial Ch.3 Functions

preview_player
Показать описание

Eloquent JavaScript is one of the most popular books for Javascript beginners. This series goes through the whole book chapter by chapter to explain everything in the book, so that you can finish the book by watching all these videos.

Today is about the chapter 3: Functions.

In this chapter, you will learn more details about functions, including how to create functions, the difference between side effects and return values, the scopes of functions, etc.

At the end of the chapter, there are some exercises, you should definitely try to solve them. If you need help, just comment here or on my website.

Here is the link to the chapter 3 of Eloquent JavaScript

==========================================
If you haven't watched the videos for the other chapters, check them out now:

Chapter 1: Value Types

Chapter 2: Program Structure

Chapter 3: Functions

Chapter 4: Objects and Arrays

Chapter 5: High-order Functions

Chapter 6: Objects

Chapter 7: The Binding of This

Make sure to subscribe to the channel so that you will be noticed when the next video is released.

==========================================

You can find more information and download the slides of the video on my website:

Thank you for watching.

Keywords: Eloquent JavaScript, JavaScript, JavaScript Tutorials, Learn JavaScript, JavaScript Beginner, Learn Coding, Learn Programming, IT Books, JavaScript Books, Programming Books, Coding Tutorials, Programming Tutorials
Рекомендации по теме
Комментарии
Автор

In the Recursion exercise can you briefly explain the conditions for the if else statements in the function, and explain why this is recursion, why is it a function that calls itself ? (number < 0) (number == 1) (number == 0) (number - 2)

Thanks

AngelSanchez-sglt
Автор

i like the choice of music but i wish there wasn't any :( it's a bit distracting :/

compeng
Автор

Thanks for the video. Only thing the music is really distracting.

SuffyanTariq