Basic JavaScript examples and learning resources. This repository is aimed at beginners who want to learn JavaScript step by step.
Javascript-from-basic/
├── Java script/ # Core JavaScript lesson files
└── example/ # Demo and example projects
git clone https://github.com/debug-node/Javascript-from-basic.git
cd Javascript-from-basic
Open the files in your editor. Run them in Node.js or in your browser depending on the code.
- Variables, data types, operators
- Conditions and loops
- Functions
- Basic DOM/HTML interaction (if present in examples)
Fork the repo, create a branch, commit your changes, and open a pull request.
This project is available under the MIT License — feel free to use, modify, and distribute it (see LICENSE file).
- debug-node