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.
- JavaScript fundamentals
- Logic-building programs
- DOM manipulation examples
- Browser APIs (localStorage, timers, events)
- Interview-focused JS questions
- Beginner-friendly implementations
Arr_Max.html– Find maximum value in an arraymax_value_arr.html– Another approach to max value2nd_Max.html– Find second maximum numbersum.html– Sum of numberssumPrice.html– Sum values using reduceodd_even.html– Check odd or evenFactorial.html– Factorial of a numberFibonacci.html– Fibonacci seriesArr_fibonacci.html– Fibonacci using arraypagination.html– Pagination logic
stringProgram1.htmlstringProgram2.htmlstingProgram2.htmlstringRevert.html– Reverse a stringstring_filter.html– Filter string valuespalindrome.html– Palindrome checkCharacter_counter.html– Count characters
if_Else.htmlfor_Each.htmlFor_In.htmlFor_of.htmlReduce.htmlfilter.htmlobject.html
setTimeout.htmlsetInterval.htmlCountDown.htmlCountDown_Timer.htmlWindow_Load.html
debounce.htmldebounce1.htmlDebounce_1.htmlthrottling.htmltry_catch.html
Toggle.htmlTheme_toggle.htmlTabs_selection.htmlopen_modal.htmlTo-do-list.htmlQuote_Generator.htmlGreet.html
Login.htmlLogin_form.htmllogin_validation.html
Local_Storage.htmllocalStorage_Count.htmljs_store.htmljs_store2.html
- Clone the repository:
git clone https://github.com/Manisha1998-singh/js_interview_questions.git
- Clone the repository:
git clone https://github.com/your-username/js_interview_questions.git