A collection of simple JavaScript programs and exercises for learning and practicing the fundamentals of JavaScript.
- Clear, beginner-friendly code samples
- Covers basic concepts: variables, functions, loops, arrays, and more
- Great for self-study or classroom use
- Clone the repository:
git clone https://github.com/009os/Basic-Java-Script.git
- Open the files in your favorite code editor.
- Run the JavaScript files in your browser or using Node.js.