JavaScript Functions Crash Course | What You HAVE To Know!

preview_player
Показать описание
JavaScript Function Crash Course | Declaration, Expression & Arrow Functions, Hoisting...

Functions is to Javascript what a lightsaber is to a Jedi. They are one. Today we will look at the basics of functions in Javascript.

Today we are going to learn about Javascript functions. I’m going to share some small but very important little details and tips that took me a long time to figure out but are very important and confused me when I started to code.

Function declarations and function expressions
Camel Case
What happens if we name a function the same name
Parameters and Argument
Function two parameters

Function expressions
Anonymous function
Hoisting we can’t call a function expression before the function
Arrow Function

When to use function expressions and function declarations is beyond the scope of this video but short. If you need a function that is available globally from everywhere you use function declarations otherwise function expressions. But this is very generalized.

CONTACT:

ABOUT THIS CHANNEL:
Dev World is a mix of tutorials and educational videos around Coding, Online Marketing, and Design.

#Coding #Webdesign #Marketing
Рекомендации по теме
Комментарии
Автор

upload more short videos on javascript and css. Your content were straight to the point and easy to digest

entertainmentunlimited
Автор

Just finished with git videos of your channel...so useful.. please upload more videos

prasannanaik
Автор

Hi. What editing tool you are using for this? It is Visual Studio Code ?

gregoryayca