Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamdipankarpaul/javascript-notes
🚀 Aspiring Full Stack Developer's Journey with JavaScript! Follow along as I learn and share my notes on JavaScript development. Perfect for beginners diving into this amazing language. Let's code and learn together! 👨💻 Feel free to customize it further to your liking.
https://github.com/iamdipankarpaul/javascript-notes
javascript
Last synced: 16 days ago
JSON representation
🚀 Aspiring Full Stack Developer's Journey with JavaScript! Follow along as I learn and share my notes on JavaScript development. Perfect for beginners diving into this amazing language. Let's code and learn together! 👨💻 Feel free to customize it further to your liking.
- Host: GitHub
- URL: https://github.com/iamdipankarpaul/javascript-notes
- Owner: iamdipankarpaul
- Created: 2023-10-17T18:36:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T11:25:41.000Z (over 1 year ago)
- Last Synced: 2024-11-11T14:10:46.633Z (3 months ago)
- Topics: javascript
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Notes
Hi 👋, I am Dipankar Paul, aspiring Full Stack Developer with a passion for learning new technologies.
Currently, I am learning my front-end development and full-stack development through Apna College Delta. With a passion for creating innovative and user-friendly applications, I am excited to continue my journey in the tech industry.
In this series I will be sharing my journey in learning Javascript and posting my own notes from the process. These notes can be helpful for beginners in learning this amazing language.
If you find anything error or wrong information, feel free to contact me. I may not be able to reply all the messages, but I do read them all.
Dipankar Paul 😀 | 👉
---
## contents 👇:
1. [What is JavaScript?](./introduction/what-is-javascript.md)
2. [Where is Javascript used?](./introduction/where-is-javascript-used.md)
3. [What are the limitations of JavaScript?](./introduction/what-are-the-limitations-of-javascript.md)
4. [Why JavaScript is known as a lightweight programming language?](./introduction/why-javascript-is-known-as-a-lightweight-programming-language.md)
5. [What is the difference between Compilation and Interpretation?](./introduction/compilation-and-interpretation.md)
6. [What is JIT compiler? Is JavaScript compiled or interpreted or both?](./introduction/jit-and-javascript%20compiled-or-interpreted-or-both.md)
7. [Understanding Just-in-Time (JIT) Compiler: How it Works for JavaScript?](./introduction/jit-compiler-how-it-works-for-js.md)
8. [Mastering JavaScript Output: Communicating with Users](./basics/javascript-output.md)
9. [Understanding JavaScript Variables: Declaration, Scope, and Data Types](./basics/javascript-variables.md)
10. [Understanding Global and Local Variables in JavaScript](./basics/global-and-local-variables-in-js.md)
11. [Mastering JavaScript Variables with `var` Keyword](./basics/js-variables-with-var-keyword.md)
12. [Mastering JavaScript's `let` Keyword](./basics/javascripts-let-keyword.md)
13. [Mastering JavaScript's `const` Keyword](./basics/javascript-const-keyword.md)
14. [Understanding Data Types in JavaScript](./basics/data-types-in-javascript.md)
15. [Statically Typed vs. Dynamically Typed](./basics/statically-typed-vs-dynamically-typed.md)
16. [JavaScript Data Types: A Comprehensive Guide](./basics/javaScript-data-types.md)
17. [JavaScript Interaction: `alert()`, `prompt()` and `confirm()`](./basics/alert-prompt-and-confirm.md)
18. [JavaScript Operators: A Beginner's Guide](./JS_Operators/javascript-operators.md)
19. [Simplify JavaScript with Ternary Operator](./JS_Operators/javascript-ternary-operator.md)
20. [JavaScript's `typeof` Operator](./JS_Operators/typeof-operator.md)
21. [The `in` Operator in JavaScript](./JS_Operators/in-operator.md)
22. [The `delete` Operator in JavaScript](./JS_Operators/delete-operator.md)
23. [Mastering `if-else` in JavaScript](./JS_Conditionals/javascript-if-else.md)
24. [JavaScript Ternary Operator: Once Again](./JS_Conditionals/ternary-operator-once-again.md)