Skip to content

debug-node/Javascript-from-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Javascript-from-Basic

Basic JavaScript examples and learning resources. This repository is aimed at beginners who want to learn JavaScript step by step.

Structure

Javascript-from-basic/
├── Java script/   # Core JavaScript lesson files
└── example/       # Demo and example projects

How to Use

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.

What You’ll Learn

  • Variables, data types, operators
  • Conditions and loops
  • Functions
  • Basic DOM/HTML interaction (if present in examples)

Contributing

Fork the repo, create a branch, commit your changes, and open a pull request.

License

This project is available under the MIT License — feel free to use, modify, and distribute it (see LICENSE file).

🧑‍💻 Author

  • debug-node

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published