-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8927 from Yash-Chandrani/yash_html_js
Updated roadmap for Javascript with links
- Loading branch information
Showing
1 changed file
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,30 @@ | ||
# 📕Roadmap for Javascript 📕 | ||
|
||
- Functions and Scope | ||
- Specifications | ||
- Code Structure | ||
- Programming Fundamentals | ||
- Functions and Scope | ||
- Objects and Arrays | ||
- The DOM | ||
- jQuery | ||
- Javascript vs JQuery | ||
- Developer Console | ||
- AJAX | ||
- Integrating with Other People's Libraries | ||
- Git and Bash | ||
- Node JS | ||
- Vanilla JS | ||
- [Functions and Scope](./1.Functions_And_Scope) | ||
- [Specifications](./2.Specifications) | ||
- [Code Structure](./3.Code_Structure) | ||
- [Programming Fundamentals](./4.Programming%20Fundamentals) | ||
- [Objects and Arrays](./6.Objects%20and%20Arrays) | ||
- [Strings and its methods](./String%20Methods/String_method.md) | ||
- [Bitwise operator](./JavaScript%20Bitwise%20Operator/JS%20Bitwise.md) | ||
- [The DOM](./7.The%20DOM) | ||
- [Condition statements](./Conditional_Statements) | ||
- [Iteration statements](./Iteration_Statements) | ||
- [Functions](./Functions%20in%20Javascript) | ||
- [Arrow functions](./Arrow%20Functions) | ||
- [Callbacks and promises](./Callbacks%20and%20Promises) | ||
- [Require vs Import](./Require%20vs%20Import) | ||
- [Async and await](./Async-Await) | ||
- [Javascript animations](./Javascript_Animations) | ||
- [Web Storage](./Web%20Storage/Web_Storage.md) | ||
- [Stack in Javascript](./Javascript_Stack) | ||
- [jQuery](./JavaScript%20vs%20jQuery/JS%20vs%20jQuery.md) | ||
- [Javascript vs JQuery](./JavaScript%20vs%20jQuery/JS%20vs%20jQuery.md) | ||
- [Developer Console](./Javascript/8.Developer_Console) | ||
- [AJAX](./9.AJAX) | ||
- [Integrating with Other People's Libraries](./Integrating_Libraries.md) | ||
- [Git and Bash](./Git%20and%20Bash) | ||
- [JSON](./JSON) | ||
- [Spread vs Rest](./Spread%20vs.%20Rest/spread_vs_rest.md) | ||
- [Node JS](./Node_JS) | ||
- [Vanilla JS](./Vanilla%20JavaScript.md) |