Guide: Javascript - Internals
Description
In this Guide you will take some time to understand some topics that are not obviously important to web development but that will prove useful to start deepen your comprehension of what is really happening when a browser reads your code and displays it to the user.
Knowledge
- Understand what is the Javascript Event Loops
- Understand what is prototypal inheritance in Javascript
Skills
- Be able to write a technical article
Topics
- Javascript Event Loop
- Prototypal inheritance
Action Points
- Read-up on the topics
- Explore what other topics might be there to understand which are internal to Javascript
Deliverable: Technical Article
- Submit:
- Article’s public URL
- Minimum requirements:
- Technical article about one of the topics above
- Add at least one chart/drawing to illustrate a concept
- Add code examples