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.
Download Node.js and what is Node.js?
From the course: Master Next.js: Elaborate Hands-On Web Development, React Basics, Advanced Next.js, and Deployment
Download Node.js and what is Node.js?
Okay, so in this section and also in all future sections coming up. We need to have node installed So if you don't have node, this is just a quick video to instruct you to download node now node or node Js. I should say to be specific is an open-source Cross-platform JavaScript runtime environment it allows us to execute JavaScript code on the server side So we can actually execute it from our terminals We can execute it outside of our web browsers. As we've seen so far, we've been executing it here in our browsers. But if we get Node, we can actually execute it in our terminal. And you can open up your terminal by typing in terminal for max. Node is actually built on the V8 engine. That's Google's V8 engine. So it's pretty fast, very reliable, and it does optimize. So in order to get Node, all you have to do is go to their website. You go to nodejs.org, and then follow the instructions to download. So it should automatically detect your operating system. So it's got the Mac over…
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)
-
-
-
-
-
-
-
-