| Task | Script | Description |
|---|---|---|
| 0 | 0-javascript_is_amazing.js |
Define and print a constant |
| 1 | 1-multi_languages.js |
Print multiple lines with console.log |
| 2 | 2-arguments.js |
Handle command-line argument count |
| 3 | 3-value_argument.js |
Print first argument or default message |
| 4 | 4-concat.js |
Concatenate two arguments into a sentence |
| 5 | 5-to_integer.js |
Validate and print integers |
| 6 | 6-multi_languages_loop.js |
Print lines using a loop and array |
| 7 | 7-multi_c.js |
Print “C is fun” x times |
| 8 | 8-square.js |
Print a square of Xs based on input |
| 9 | 9-add.js |
Define and use an add() function |
- Add unit tests to validate CLI behavior
- Introduce ESLint for style enforcement
- Add GitHub Actions for auto-checking submissions
To run any file:
node <filename>
---
### 🧑💻 Optional: Add Swagger to Your Style
If you want to go extra pro, add badges like:
```markdown

