Skip to content

MANIKANTA0525/Zephyrus-Engineering-Limited

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Tasks Solutions

Task 1: Reverse String

  • Approach: Used JavaScript's split, reverse, and join methods.
  • Challenges: None.
  • Execution: Run the code in any JavaScript console.

Task 2: FizzBuzz

  • Approach: Used modulo operations with an optimized i % 15 check for "FizzBuzz".
  • Execution: Run the code in any JavaScript console.

Task 3: Even or Odd

  • Approach: Used a ternary operator for concise and efficient implementation.
  • Execution: Run the code in any JavaScript console.

Task 4: Interactive Feature

  • Approach: Created an HTML page styled with CSS and used JavaScript for DOM manipulation.
  • Execution: Open the HTML file in a browser.

Challenges

None encountered.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published