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

11 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript Problems Practice - 3EM Software Development 1 course

This repository contains solutions to basic JavaScript problems.

🚀 Problems Solved

1️⃣ 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.
  • I used readline to solve this problem.

2️⃣ Create a loop that prints all the even numbers from 1-100.

✅ Solution:

  • A loop runs from 1 to 100.
  • It checks if a number is even and prints it.
  • I used for loop to solve this problem.

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