
This course includes our updated coding exercises so you can practice your skills as you learn.
See a demo
Create two helper methods: an error function using console.log with %c to apply CSS styling, and assert function that prints pass or fail in green or red with truthy values.
Explore recursion with named functions and see how functions act as objects, including using argument.callee for anonymous recursion and caching prime checks.
Explore ES6 functions, focusing on lambda functions as anonymous, concise expressions. Define a lambda with parameters, fat arrow notation, and a single-expression body for return, then assign and call it.
Create a custom bind function that changes a function’s context without calling it, returning a new bound function using closure and prototype, and demonstrating call, apply, and argument handling.
Hello Everyone,
Welcome to your first step on the path to becoming a JavaScript ninja! In this course, I'll be teaching you many core concepts and advanced techniques of my absolute favorite language (JavaScript!).
You will learn modern JavaScript step-by-step. I will guide you through practical and fun code examples, and important theories about how JavaScript works behind the scenes.
You will also learn how to think like a developer, how to plan features, how to architect your code, how to debug code, and a lot of other real-world skills that you will need in your developer job.
Who this course is for:
Those who already have programming skills and wants to become an expert in JavaScript
Front-end/Back-end developers who want to level up their JavaScript knowledge using modern, cutting-edge techniques
Requirement:
Basic Understanding of any programming language.
Any computer and OS will work — Windows, macOS, or Linux.
A basic understanding of HTML and CSS is a plus, but not a must!
Why am I the right JavaScript teacher for you?
My name is Taha Shahid, I'm an experienced web developer, I have been teaching on-site Programming/Development courses since 2013 to thousands of Students, always listening to feedback and understanding exactly how students actually learn.
Recently, I took all my teaching experience to build this JavaScript course. It's the most in-depth JavaScript course that you will find on Udemy.