Welcome to Learning-JavaScript!
This repository contains my personal notes, exercises, and mini-projects as I learn JavaScript and Node.js.
I created this repo to:
- Document my progress while learning JavaScript and Node.js.
- Store my experiments and coding exercises.
- Serve as a personal reference for future review.
Some of the topics I’ve learned or am currently learning include:
- ✏️ JavaScript fundamentals (variables, functions, objects, arrays, etc.)
- 🧩 Modern JavaScript (ES6+ features like arrow functions, destructuring, modules, async/await)
- ⚙️ Node.js basics (built-in modules, file system, npm, and environment setup)
- 🧠 Practice projects such as:
- Simple CLI programs
- Experiments using the
promptmodule - And more!
Make sure you have Node.js installed.
- Clone the repository
git clone https://github.com/Nekonepan/Learning-JavaScript.git
- Navigate to the project folder
cd Learning-JavaScript
- Run any example file
node filename.js
This repository will be updated as I continue learning. My goal isn’t just to write code, but to understand how and why it works.
This project is licensed under the MIT License, feel free to use, modify, and learn from it.
Nekonepan
“Coding isn’t about being fast, it’s about being consistent.”