From the course: Master Next.js: Elaborate Hands-On Web Development, React Basics, Advanced Next.js, and Deployment
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
What are functions in JavaScript?
From the course: Master Next.js: Elaborate Hands-On Web Development, React Basics, Advanced Next.js, and Deployment
What are functions in JavaScript?
Let's learn classes now in session all right, so let's get into some of the most important Fundamentals of JavaScript which also applies to react Therefore helping us master next.js. I know many layers, but they all but they all have one thing in common Which is JavaScript at the end of it. It's all JavaScript, so We're gonna start a new session What we're going to learn about first are functions, so this is our classroom whiteboard for learning JavaScript Let's create a new lesson and let's say this will be functions in JavaScript, but we know it's JavaScript so I can just say function declarations, let's just do that okay, we're gonna learn about function declarations because a function is also known as a function Declaration you can also call it a function statement. You know you can say function statements. Functino, here comes the funny spellings. So functions are very important to learn first because functions essentially, and I here, let me actually use multi-comment so I can…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Download Node.js and what is Node.js?2m 23s
-
(Locked)
Setting up our learning environment5m 42s
-
(Locked)
What are functions in JavaScript?9m 42s
-
(Locked)
Example of how functions work in JavaScript for complete beginners9m 18s
-
(Locked)
What are function expressions in JavaScript?9m 28s
-
(Locked)
JavaScript interview question trick with function expressions and utility fun16m 14s
-
(Locked)
What is function hoisting in JavaScript?6m 37s
-
(Locked)
How scope works in JavaScript15m 53s
-
(Locked)
What are closures and an example with JavaScript explained?11m 49s
-
(Locked)
Advanced closure module pattern with data privacy encapsulation15m 16s
-
(Locked)
What are arrow functions and usefulness in React?17m 13s
-
(Locked)
Destructuring with JavaScript23m 1s
-
(Locked)
-
-
-
-
-
-
-
-