How do inherent prototypes work?
You might not think this question applies to you, especially if you come from a classical background. But if you use objects, functions, or arrays, you're probably already using prototypes, and can benefit from learning the logic behind them.
This course explores the mechanics of inheritance in JavaScript by showing how prototypes work as chained references to other objects. Learn to take full advantage of prototype shortcuts to make your work simpler and faster…and debug them if you hit a snag.
We’ll explore:
class
, new
, and this
keyword work and how to use theminstanceof
, Object.create
, and Object.getPrototypeOf
functions to explain why objects have the properties that they doDevelop the knowledge needed to use inheritance for faster, better, bug-free code.
a lot of important concept are presented and discussed which are very interesting, but there is a lot of scrolling in the videos, sometimes it's hard to follow.
amazing course, hard to totally understand it all, I need to go through the course a few times, and practice it, but I went once and it's really cool, thanks for creating it.
I love your tutorials. I like the in-depth and behind the code explanations. I always learn something new, even on the topics I consider to have a good knowledge of. Thank you.
Solid theory - not entirely sure how I'm going to apply what I've learned, but that's maybe a product of my work environment / skill level vs. the quality of this course.
The examples were fine, but again, not sure how it relates to something I'd actually build. Great explanations all the same!
Thanks, good explanation of the tricky topic.
Very good, the pace is spot on and very well described
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.