The Modern Javascript Bootcamp Course (2022)
- Description
- Curriculum
- FAQ
- Reviews
Always bet on Javascript!
For years, top recruiters in industry have hired fresh engineers based solely on their knowledge of Javascript. If you want to get a programming job, this is the language to learn! But learning Javascript is complicated! There’s fancy syntax, weird design patterns, and a billion resources online that might be giving you wrong – or even be out of date – information.
We built this course to solve your problems. This is the best and most up-to-date resource online for becoming a Javascript professional as quickly as possible. Every minute of this course has been created with one goal in mind: teaching you how to become a great engineer.
The Modern Javascript Bootcamp (2020) focuses on cutting through unnecessary information and giving you just the facts, plain and simple. You won’t work with outdated frameworks, learn old styles of programming, or build boring apps. Instead, you’ll only spend time writing practical code that can be used today and in the future on your own projects. You’ll learn – from very early on in the course – how to write beautiful and reusable code that you’ll be proud to show to a future employer.
Two of Udemy’s greatest instructors – Colt Steele and Stephen Grider – collaborated to create this course. Between the two of us, we have taught over one million engineers how to program. Rest assured, you will be learning from the best. We know how challenging it can be to understand a new programming from scratch, so we designed this course to offer you a step-by-step, guaranteed approach to becoming a Javascript master.
—— Course Structure ——
This course is divided into two parts. The first half of the course focuses on teaching you the basic syntax of Javascript. Colt will walk you through core topics effortlessly, imparting jewels of JS wisdom along the way. Included in the first half of the course are many programming exercises and small projects, so you can test your new-found knowledge out. Each of these videos can be easily referenced in the future, so you can always come back and brush up on some topic whenever needed.
The second half of the course is focused on building some amazing projects. Stephen will show you how to build some production-ready Javascript applications, including a fully-featured E-Commerce web app! These projects are all styled to be absolutely beautiful, visually stunning apps that you will be proud to feature on your own personal portfolio. The main goal of these projects is to highlight design patterns, and show you the ‘right’ and ‘wrong’ ways of writing code. By the end, you’ll be confident enough to work on your own personal projects with speed and finesse.
—— What You’ll Learn ——
This is a long course, with just about every fact about Javascript you could ever hope to know. Here’s a brief subset of the topics you’ll cover:
-
Master the basics of the language, easily understanding variables, objects, arrays, and functions
-
Understand how to design the structure of the code you write, leading to beautiful and easy-to-read programs
-
Leverage Javascript’s built-in methods to increase your productivity regardless of what libraries or frameworks you use
-
Develop practical skills around higher-order functions that you will utilize for years to come
-
Observe how the Javascript and browser work together, and how to increase the performance of JS code
-
Build awesome projects to fill your personal portfolio
-
Build command line tools from scratch using Node JS
-
Fetch and manage information from third-party API’s
-
Build a fully-featured E-Commerce application from scratch – including production-grade authentication!
This is the ultimate Javascript course. There are many resources online for learning Javascript, but this is the only one that covers everything you need to know, from ‘A’ to ‘Z’, and a couple letters after that. Master the basics with Colt, then build awesome projects with Stephen. We’ve taught a million other engineers how to code, and now it is your turn!
-
6Goals & PrimitivesVideo lesson
-
7Running Code in the JS ConsoleVideo lesson
-
8Introducing NumbersVideo lesson
-
9NaN & InfinityVideo lesson
-
10Numbers QuizVideo lesson
-
11Variables & LetVideo lesson
-
12Unary OperatorsVideo lesson
-
13Introducing ConstVideo lesson
-
14The Legacy of VarVideo lesson
-
15Variables QuizVideo lesson
-
16Booleans IntroVideo lesson
-
17StringsVideo lesson
-
18String IndicesVideo lesson
-
19String MethodsVideo lesson
-
20More String MethodsVideo lesson
-
21Strings QuizVideo lesson
-
22String Escape CharactersVideo lesson
-
23String Template LiteralsVideo lesson
-
24Null & UndefinedVideo lesson
-
25The Math Object & Random NumbersVideo lesson
-
26typeof operatorVideo lesson
-
27parseInt & parseFloatVideo lesson
-
28Making Decisions in JSVideo lesson
-
29Comparison OperatorsVideo lesson
-
30Double Equals (==)Video lesson
-
31Triple Equals (===)Video lesson
-
32Running Code From a ScriptVideo lesson
-
33If StatementsVideo lesson
-
34Else IfVideo lesson
-
35ElseVideo lesson
-
36Nesting ConditionalsVideo lesson
-
37Truthy & Falsy ValuesVideo lesson
-
38Logical AND (&&)Video lesson
-
39Logical OR (||)Video lesson
-
40NOT Operator (!)Video lesson
-
41Operator PrecedenceVideo lesson
-
42The Switch StatementVideo lesson
-
43Ternary OperatorVideo lesson
-
44Creating ArraysVideo lesson
-
45Array IndicesVideo lesson
-
46Modifying ArraysVideo lesson
-
47Push and PopVideo lesson
-
48Shift and UnshiftVideo lesson
-
49ConcatVideo lesson
-
50Includes and IndexOfVideo lesson
-
51Reverse and JoinVideo lesson
-
52SliceVideo lesson
-
53SpliceVideo lesson
-
54Sorting (Part 1)Video lesson
-
55Intro to Reference TypesVideo lesson
-
56Using Const with ArraysVideo lesson
-
57Working with Nested ArraysVideo lesson
-
65Intro to LoopsVideo lesson
-
66For LoopsVideo lesson
-
67Infinite Loops!Video lesson
-
68For Loops & ArraysVideo lesson
-
69Nested For LoopsVideo lesson
-
70Intro to While LoopsVideo lesson
-
71More While LoopsVideo lesson
-
72Break KeywordVideo lesson
-
73For...Of IntroVideo lesson
-
74Comparing For and For...OfVideo lesson
-
75For...Of with ObjectsVideo lesson
-
76For...In LoopsVideo lesson
-
77Our First Function!Video lesson
-
78Dice Roll FunctionVideo lesson
-
79Introducing ArgumentsVideo lesson
-
80Functions With Multiple ArgsVideo lesson
-
81The Return StatementVideo lesson
-
82More on Return ValuesVideo lesson
-
83Function Challenge 1: passwordValidatorVideo lesson
-
84Function Challenge 2: AverageVideo lesson
-
85Function Challenge 3: PangramsVideo lesson
-
86Function Challenge 4: Get Playing CardVideo lesson
