If I were to restart JavaScript again from scratch then I will follow this roadmap.
Every time I work in a new JavaScript framework I learn a bit more about JavaScript Fundamentals.
Every time I work in a new JavaScript framework I learn a bit more about JavaScript Fundamentals.
— Ankur💻🎧💪 (@TheAnkurTyagi) October 6, 2021
If I were to restart Javascript again from scratch then I will follow this roadmap.
A Thread... pic.twitter.com/LptUXS7jui
If I were to restart Javascript again from scratch then I will follow this roadmap.
It is worth noting that as a beginner in the subject, much of the learner’s interest lies in the hands of the tutor.
An inefficient tutor can pretty quickly lead to the learner losing interest in the subject.
This can have implications for your career growth.
JavaScript basic steps:
- What is JavaScript?
- Declaring JavaScript Variables: var, let, and const
- Basic math in JavaScript — Numbers and operators
- JavaScript syntax
- ES6 let VS const variables
- Arrays, Data Types, Strings
- Conditionals & Looping code
- Object basics
- this
- Objects and Classes
- Functions & Scope
- Functions — Reusable blocks of code
- Function return values
- Arrow Functions
- Reference vs. Copy
- Inheritance in JavaScript
- Working with JSON data
- JavaScript Dates
- JavaScript Timers
- DOM & Events
- Asynchronous JavaScript From Callbacks to Promises, to Async/Await.
- JavaScript Event Loop
- UI Events
- Forms, controls
- Document and resource loading
Advanced Topics:
- Functional Programming in JS
- Advanced Working With Functions
- Closures
- Regular Expressions
- Unicode in JS
- Object prototypes
- Storing data in the browser
- ES6 Modules
- Object building practice
What many JavaScript students make mistake is that they keep on reading JavaScript tutorials one by one, and do not implement any of them.
Time to build more projects:
A Simple and Effective Way to Learn and Practice JavaScript:
JavaScript runs over the web today, no doubt & for every front-end developer, no matter if already experienced or at the start of your career.
Frameworks come and go, but JavaScript will stay Forever.
Projects You Can Build With Vanilla JavaScript.
If you are going for your next interview then I encourage you to check my blog where I shared
12 Common JavaScript Questions I Used to Ask in Interviews:
If you like this.
I encourage you all to sign up for my newsletter.
It's free.
You can ask me your questions via email.
Check out the latest edition ⬇
The 2-1-1 Developer Growth Newsletter by Ankur
Thanks for reading.
If you’re a regular reader, thank you, you’re a big part of the reason I’ve been able to share my life/career experiences with you.
"Don't miss out" Follow your mentor on Twitter 👉 TheAnkurTyagi
If you like this you might be you are interested in my eBook as well.
I have written a book for developer growth & shared my 12+ years of experience.
Awesome feedback I received from the community. Check out the book below.
Grab the book now... ThePrimeGuide
In the end,
I would say the better you understand why and how JavaScript works and doesn’t work.
The more solid your code will be...
The more you’ll be able to effectively harness the true power of the language...
Happy coding.