Skip to content

Manisha1998-singh/js_interview_questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Logic Practice & Beginner Interview Questions

This repository contains a collection of JavaScript logic programs and beginner-level interview questions, implemented using simple HTML + JavaScript examples.

It is designed to help beginners understand core JavaScript concepts, DOM manipulation, and commonly asked interview logic questions.


📌 What This Repository Covers

  • JavaScript fundamentals
  • Logic-building programs
  • DOM manipulation examples
  • Browser APIs (localStorage, timers, events)
  • Interview-focused JS questions
  • Beginner-friendly implementations

📂 File List & Descriptions

🔢 Array & Number Programs

  • Arr_Max.html – Find maximum value in an array
  • max_value_arr.html – Another approach to max value
  • 2nd_Max.html – Find second maximum number
  • sum.html – Sum of numbers
  • sumPrice.html – Sum values using reduce
  • odd_even.html – Check odd or even
  • Factorial.html – Factorial of a number
  • Fibonacci.html – Fibonacci series
  • Arr_fibonacci.html – Fibonacci using array
  • pagination.html – Pagination logic

🔤 String Programs

  • stringProgram1.html
  • stringProgram2.html
  • stingProgram2.html
  • stringRevert.html – Reverse a string
  • string_filter.html – Filter string values
  • palindrome.html – Palindrome check
  • Character_counter.html – Count characters

🔁 Loops & Conditions

  • if_Else.html
  • for_Each.html
  • For_In.html
  • For_of.html
  • Reduce.html
  • filter.html
  • object.html

⏱ Timers & Events

  • setTimeout.html
  • setInterval.html
  • CountDown.html
  • CountDown_Timer.html
  • Window_Load.html

🧠 Advanced JS Concepts

  • debounce.html
  • debounce1.html
  • Debounce_1.html
  • throttling.html
  • try_catch.html

🖥 DOM Manipulation & UI

  • Toggle.html
  • Theme_toggle.html
  • Tabs_selection.html
  • open_modal.html
  • To-do-list.html
  • Quote_Generator.html
  • Greet.html

🔐 Forms & Authentication

  • Login.html
  • Login_form.html
  • login_validation.html

💾 Local Storage

  • Local_Storage.html
  • localStorage_Count.html
  • js_store.html
  • js_store2.html

🛠 How to Use

  1. Clone the repository:
    git clone https://github.com/Manisha1998-singh/js_interview_questions.git
    
    

🚀 How to Run the Files

  1. Clone the repository:
    git clone https://github.com/your-username/js_interview_questions.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors