Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 3.77 KB

File metadata and controls

67 lines (56 loc) · 3.77 KB

Up::
Tags:: #Project Status:: #Active Links:: [[Javascript MOC]]

The Complete JavaScript Course

by Jonas Schmedtmann

Excerpt

The modern JavaScript course for everyone! Master JavaScript with projects, challenges and theory. Many courses in one!

Course Outcome

By the end of the course, you will have the knowledge and confidence that you need in order to ace your job interviews and become a professional developer.

So what exactly is covered in the course?

  • Build 5 beautiful real-world projects for your portfolio! In these projects, you will learn how to plan and architect your applications using flowcharts and common JavaScript patterns
  • Master the JavaScript fundamentals: variables, if/else, operators, boolean logic, functions, arrays, objects, loops, strings, and more
  • Learn modern JavaScript (ES6+) from the beginning: arrow functions, destructuring, spread operator, default arguments, optional chaining (ES2020), and more
  • How JavaScript works behind the scenes: engines, the call stack, hoisting, scoping, the 'this' keyword, reference values, and more.
  • Deep dive into functions: arrow functions, first-class and higher-order functions, bind, and closures.
  • Deep dive into object-oriented programming: prototypal inheritance, constructor functions (ES5), classes (ES6), encapsulation, abstraction, inheritance, and polymorphism. [This is like a small standalone course]
  • Deep dive into asynchronous JavaScript: the event loop, promises, async/await, and error handling. You will use these to access data from third-party APIs with AJAX calls. [This is like a small standalone course]
  • Learn modern tools that are used by professional web developers: NPM, Parcel (module bundler), Babel, and ES6 modules

What you'll learn

  • Become an advanced, confident, and modern JavaScript developer from scratch
  • Build 6 beautiful real-world projects for your portfolio (not boring toy apps)
  • Become job-ready by understanding how JavaScript really works behind the scenes
  • How to think and work like a developer: problem-solving, researching, workflows
  • JavaScript fundamentals: variables, if/else, operators, boolean logic, functions, arrays, objects, loops, strings, etc.
  • Modern ES6+ from the beginning: arrow functions, destructuring, spread operator, optional chaining (ES2020), etc.
  • Modern OOP: Classes, constructors, prototypal inheritance, encapsulation, etc.
  • Complex concepts like the 'this' keyword, higher-order functions, closures, etc.
  • Asynchronous JavaScript: Event loop, promises, async/await, AJAX calls and APIs
  • How to architect your code using flowcharts and common patterns
  • Modern tools for 2022 and beyond: NPM, Parcel, Babel and ES6 modules
  • Practice your skills with 50+ challenges and assignments (solutions included)
  • Get fast and friendly support in the Q&A area
  • Course pathways: design your unique learning path according to your goals!

Cirriculumn

  • [[1. JavaScript Fundamentals Part 1]]
  • [[2. JavaScript Fundamentals Part 2]]
  • [[3. How to Navigate This Course]]
  • [[4. Developer Skills & Editor Setup]]
  • [[5. HTML & CSS Crash Course]]
  • [[6. JavaScript in the Browser - DOM and Events Fundamentals]]
  • [[7. How JavaScript Works Behind the Scenes]]
  • [[8. Data Structures, Modern Operators and Strings]]
  • [[9. A Closer Look at Functions]]
  • Working With Arrays
  • Numbers, Dates, Intl and Timers
  • Advanced DOM and Events
  • Object-Oriented Programming (O0P) With JavaScript
  • Mapty App: OOP, Geolocation, External Libraries, and More!
  • Asynchronous JavaScript: Promises, Async/Await, and AJAX
  • Modern JavaScript Development: Modules, Tooling, and Functional
  • Forkify App - Building a Modern Application
  • Setting Up Git and Deployment

Resources

npm install live-server -g