Want to learn JS ?

Want to learn JS ?

Venomynus

Want to learn JavaScript ?

๐Ÿ‘‡Here's a Detailed Roadmap for you ๐Ÿ‘‡


1. Start with Free-code-camp - JavaScript Algorithms and Data Structures Certification and finish the "Basic JavaScript" module.

You'll get a basic understanding of JavaScript and Programming in general.

Free-code-camp - JavaScript Algorithms and Data Structures - "Basic JavaScript" module.


2. Move to JavaScript.info and complete the following parts:

- An Introduction

- JavaScript Fundamentals

You'll start to understand Basic JavaScript concepts and their details.

JavaScript Info

3. Complete "Objects: the basics" section in

JavaScript.info

By this point you'll have a decent understanding of JavaScript Objects


4. Time to return to freeCodeCamp. Finish the following sections:

1. Debugging

2. Basic Data Structure

Free-code-camp - JavaScript Algorithms and Data Structures - "Debugging" module.


Free-code-camp - JavaScript Algorithms and Data Structures - "Basic Data Structure" module.


5. Complete "Data types" Section in JavaScript.info


Congratulations!๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

Now you have a great understanding of JS.


6. Time to move back to freeCodeCamp. Complete the following sections in order:

a. ES6

b. Object Oriented Programming

c. Functional Programming


7. Finish Part 1 of JavaScript.info


8. Finish freeCodeCamp's JavaScript Algorithms and Data Structures Certification

9. Now you'll have to learn something called DOM. For that you'll need a basic understanding of HTML and CSS.


For learning DOM, I would recommend the following two resources:

1. Part 2 of JavaScript.info

2. MDN


10. Practice by making small projects from

Javascript30

Congratulations! You know JS๐Ÿ”ฅ๐Ÿ’ฏ


Report Page