This repository contains solutions to basic JavaScript problems as part of the 3EM Software Development 1 course.
It demonstrates problem-solving skills, JavaScript fundamentals, and practical programming exercises.
Ashraful Alam
- 🎓 B.Sc. in Computer Science and Engineering
- 🏢 International Islamic University Chittagong (IIUC)
- 💻 Software engineering enthusiast exploring technologies and solving challenges
Problem: Take an integer (last digit of your ID) as input and print the next integer of it.
Solution:
- The program takes an integer as input.
- It prints the next integer of the given number.
- Used readline to solve this problem.
Problem: Create a loop that prints all the even numbers from 1-100.
Solution:
- A loop runs from 1 to 100.
- Checks if a number is even and prints it.
- Used a for loop to solve this problem.
- JavaScript → Problem solving, loops, and input handling
Your feedback is valuable!
- 🐞 Found a bug? Open an issue
- ✨ Have suggestions? Create a pull request
- 📫 Want to connect? LinkedIn