Skip to content

Basic JavaScript solutions for a university assignment. Includes simple programs using input and loops, suitable for beginners.

Notifications You must be signed in to change notification settings

ashrafulalamasad/3EM-SD1-JavaScript-Codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript Problems Practice - 3EM Software Development 1

📖 Overview

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.


👨‍💻 Developer

Ashraful Alam

  • 🎓 B.Sc. in Computer Science and Engineering
  • 🏢 International Islamic University Chittagong (IIUC)
  • 💻 Software engineering enthusiast exploring technologies and solving challenges

🌟 Problems Solved

1️⃣ Next Integer of Input

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.

2️⃣ Print Even Numbers from 1-100

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.

🚀 Technologies Used

  • JavaScript → Problem solving, loops, and input handling

💬 Feedback

Your feedback is valuable!

  • 🐞 Found a bug? Open an issue
  • ✨ Have suggestions? Create a pull request
  • 📫 Want to connect? LinkedIn

About

Basic JavaScript solutions for a university assignment. Includes simple programs using input and loops, suitable for beginners.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published