Learn about JavaScript, code and extensions, how GitHub works, and how to work with Variables and Operators. Read more.
Hi I'm Juan. My background is in the tech space from Digital Marketing, E-commerce, Web Development to Programming.
Access all courses in our library for only $9/month with All Access Pass
Get Started with All Access PassBuy Only This CourseAbout This Course
Who this course is for:
- Beginner students that want to learn about JavaScript
What you’ll learn:Â
- JavaScript coding basics
- VS Code and Extensions
- Common Console Errors – Syntax, Type
- How GitHub works
- Single/Multi-Line Coding
- Execution Context Object
- How to work with Variables
- How to work with Operators
Requirements:Â
- Basic computer skills
This practical, hands-on course was created for newbies – that’s to say, people with no prior training or knowledge with JavaScript or Web Development.
In this practical, hands-on class, you’re going to learn how to use JavaScript and go from beginner to expert!
Even if you already have some experience, or want to learn about the advanced features of JavaScript, this course is for you!
Blending practical work with solid theoretical training, we take you from the basics of JavaScript through to mastery.
While the theory is important, we understand that it can also be dry and uninspiring. For this reason, this course is packed with examples that you can follow step by step.
This class gives you foundational training on JavaScript so you can increase your coding skills and start pursuing a career in a field that is increasingly in demand as the global reliance on technology grows.
JavaScript is a programming language used to make web pages interactive. It is what gives a page life—the interactive elements and animation that engage a user. If you’ve ever used a search box on a home page, checked a live baseball score on a news site, or watched a video, it has likely been produced by JavaScript.
What makes JavaScript great is that it’s not necessary to know how to write it to use it in your web code. You can find plenty of prewritten JavaScripts for free online. To use such scripts, all you need to know is how to paste the supplied code into the right places on your web page.
Despite the easy access to prewritten scripts, many coders prefer knowing how to do it themselves. Because it is an interpreted language, no special program is required to create usable code. A plain text editor like Notepad for Windows is all you need to write JavaScript. That said, Markdown Editor might make the process easier, particularly as the lines of code add up.
Our Promise to You
By the end of this course, you will have learned JavaScript from scratch.
10 Day Money Back Guarantee. If you are unsatisfied for any reason, simply contact us and we’ll give you a full refund. No questions asked.
Get started today and learn more about JavaScript.
Course Curriculum
Section 1 - Introduction | |||
Javascript Marketplace | 00:00:00 | ||
Javascript Job Opportunities | 00:00:00 | ||
Section 2 - Intro To JS, History, And Environment | |||
Intro To Javascript And Environment | 00:00:00 | ||
VS Code And Extensions | 00:00:00 | ||
Browser Dev Tools And JS Console | 00:00:00 | ||
Common Console Errors – Syntax, Type, Reference | 00:00:00 | ||
Intro To Terminal | 00:00:00 | ||
Crash Course On Github | 00:00:00 | ||
Online Resources (W3Schools, MDN Web Docs, Stack Overflow) | 00:00:00 | ||
Coding Challenge: Hello World In JS | 00:00:00 | ||
Coding Challenge Solution | 00:00:00 | ||
Section 3 - Coding Basics | |||
Execution Context Object | 00:00:00 | ||
Single Or Multi Line Coding | 00:00:00 | ||
Variable | 00:00:00 | ||
Hoisting | 00:00:00 | ||
Declaration, Assignment | 00:00:00 | ||
Operators | 00:00:00 | ||
Operator Precedence | 00:00:00 | ||
Coding Challenge | 00:00:00 | ||
Coding Challenge Solution | 00:00:00 | ||
Section 4 - Primitive Data Types | |||
Primitive Data Types | 00:00:00 | ||
String Manipulation | 00:00:00 | ||
Numbers | 00:00:00 | ||
Numbers Manipulation | 00:00:00 | ||
Symbol | 00:00:00 | ||
Null And Undefined | 00:00:00 | ||
Boolean Logic And Control Flow | 00:00:00 | ||
Truthy Or Falsy Values And Equality Operators | 00:00:00 | ||
If/Else Statements, Nesting If/Else | 00:00:00 | ||
Ternary Operators | 00:00:00 | ||
Switch Statements | 00:00:00 | ||
Code Challenge | 00:00:00 | ||
Code Challenge Solution | 00:00:00 | ||
Section 5 - Advanced Data Types | |||
Advanced Data Types Intro | 00:00:00 | ||
Arrays And Length | 00:00:00 | ||
Basic Array Methods | 00:00:00 | ||
Objects And Properties | 00:00:00 | ||
Object Methods | 00:00:00 | ||
Code Challenge | 00:00:00 | ||
Code Challenge Solution | 00:00:00 | ||
Section 6 - Loops | |||
For And For In Loop | 00:00:00 | ||
While Loop | 00:00:00 | ||
Break And Continue | 00:00:00 | ||
Code Challenge | 00:00:00 | ||
Code Challenge Solution | 00:00:00 | ||
Section 7 - Beginner Function Syntax | |||
Function Declarations | 00:00:00 | ||
Function Expressions | 00:00:00 | ||
Arrow Functions | 00:00:00 | ||
IIFE | 00:00:00 | ||
Scope | 00:00:00 | ||
Closure | 00:00:00 | ||
Callbacks | 00:00:00 | ||
Code Challenge | 00:00:00 | ||
Code Challenge Solution | 00:00:00 | ||
Section 8 - Advanced Function Syntax | |||
Advanced Function Syntax | 00:00:00 | ||
Map Method | 00:00:00 | ||
Filter Method | 00:00:00 | ||
Reduce Method | 00:00:00 | ||
Sort Method | 00:00:00 | ||
Spread Operator | 00:00:00 |
About This Course
Who this course is for:
- Beginner students that want to learn about JavaScript
What you’ll learn:Â
- JavaScript coding basics
- VS Code and Extensions
- Common Console Errors – Syntax, Type
- How GitHub works
- Single/Multi-Line Coding
- Execution Context Object
- How to work with Variables
- How to work with Operators
Requirements:Â
- Basic computer skills
This practical, hands-on course was created for newbies – that’s to say, people with no prior training or knowledge with JavaScript or Web Development.
In this practical, hands-on class, you’re going to learn how to use JavaScript and go from beginner to expert!
Even if you already have some experience, or want to learn about the advanced features of JavaScript, this course is for you!
Blending practical work with solid theoretical training, we take you from the basics of JavaScript through to mastery.
While the theory is important, we understand that it can also be dry and uninspiring. For this reason, this course is packed with examples that you can follow step by step.
This class gives you foundational training on JavaScript so you can increase your coding skills and start pursuing a career in a field that is increasingly in demand as the global reliance on technology grows.
JavaScript is a programming language used to make web pages interactive. It is what gives a page life—the interactive elements and animation that engage a user. If you’ve ever used a search box on a home page, checked a live baseball score on a news site, or watched a video, it has likely been produced by JavaScript.
What makes JavaScript great is that it’s not necessary to know how to write it to use it in your web code. You can find plenty of prewritten JavaScripts for free online. To use such scripts, all you need to know is how to paste the supplied code into the right places on your web page.
Despite the easy access to prewritten scripts, many coders prefer knowing how to do it themselves. Because it is an interpreted language, no special program is required to create usable code. A plain text editor like Notepad for Windows is all you need to write JavaScript. That said, Markdown Editor might make the process easier, particularly as the lines of code add up.
Our Promise to You
By the end of this course, you will have learned JavaScript from scratch.
10 Day Money Back Guarantee. If you are unsatisfied for any reason, simply contact us and we’ll give you a full refund. No questions asked.
Get started today and learn more about JavaScript.
Course Curriculum
Section 1 - Introduction | |||
Javascript Marketplace | 00:00:00 | ||
Javascript Job Opportunities | 00:00:00 | ||
Section 2 - Intro To JS, History, And Environment | |||
Intro To Javascript And Environment | 00:00:00 | ||
VS Code And Extensions | 00:00:00 | ||
Browser Dev Tools And JS Console | 00:00:00 | ||
Common Console Errors – Syntax, Type, Reference | 00:00:00 | ||
Intro To Terminal | 00:00:00 | ||
Crash Course On Github | 00:00:00 | ||
Online Resources (W3Schools, MDN Web Docs, Stack Overflow) | 00:00:00 | ||
Coding Challenge: Hello World In JS | 00:00:00 | ||
Coding Challenge Solution | 00:00:00 | ||
Section 3 - Coding Basics | |||
Execution Context Object | 00:00:00 | ||
Single Or Multi Line Coding | 00:00:00 | ||
Variable | 00:00:00 | ||
Hoisting | 00:00:00 | ||
Declaration, Assignment | 00:00:00 | ||
Operators | 00:00:00 | ||
Operator Precedence | 00:00:00 | ||
Coding Challenge | 00:00:00 | ||
Coding Challenge Solution | 00:00:00 | ||
Section 4 - Primitive Data Types | |||
Primitive Data Types | 00:00:00 | ||
String Manipulation | 00:00:00 | ||
Numbers | 00:00:00 | ||
Numbers Manipulation | 00:00:00 | ||
Symbol | 00:00:00 | ||
Null And Undefined | 00:00:00 | ||
Boolean Logic And Control Flow | 00:00:00 | ||
Truthy Or Falsy Values And Equality Operators | 00:00:00 | ||
If/Else Statements, Nesting If/Else | 00:00:00 | ||
Ternary Operators | 00:00:00 | ||
Switch Statements | 00:00:00 | ||
Code Challenge | 00:00:00 | ||
Code Challenge Solution | 00:00:00 | ||
Section 5 - Advanced Data Types | |||
Advanced Data Types Intro | 00:00:00 | ||
Arrays And Length | 00:00:00 | ||
Basic Array Methods | 00:00:00 | ||
Objects And Properties | 00:00:00 | ||
Object Methods | 00:00:00 | ||
Code Challenge | 00:00:00 | ||
Code Challenge Solution | 00:00:00 | ||
Section 6 - Loops | |||
For And For In Loop | 00:00:00 | ||
While Loop | 00:00:00 | ||
Break And Continue | 00:00:00 | ||
Code Challenge | 00:00:00 | ||
Code Challenge Solution | 00:00:00 | ||
Section 7 - Beginner Function Syntax | |||
Function Declarations | 00:00:00 | ||
Function Expressions | 00:00:00 | ||
Arrow Functions | 00:00:00 | ||
IIFE | 00:00:00 | ||
Scope | 00:00:00 | ||
Closure | 00:00:00 | ||
Callbacks | 00:00:00 | ||
Code Challenge | 00:00:00 | ||
Code Challenge Solution | 00:00:00 | ||
Section 8 - Advanced Function Syntax | |||
Advanced Function Syntax | 00:00:00 | ||
Map Method | 00:00:00 | ||
Filter Method | 00:00:00 | ||
Reduce Method | 00:00:00 | ||
Sort Method | 00:00:00 | ||
Spread Operator | 00:00:00 |