Skip to content

Commit

Permalink
Merge pull request #8927 from Yash-Chandrani/yash_html_js
Browse files Browse the repository at this point in the history
Updated roadmap for Javascript with links
  • Loading branch information
Knighthawk-Leo authored Dec 3, 2021
2 parents 4961926 + 53108ca commit bab3ac2
Showing 1 changed file with 28 additions and 15 deletions.
43 changes: 28 additions & 15 deletions Web_Development/Javascript/README.MD
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)

0 comments on commit bab3ac2

Please sign in to comment.