Skip to content

sandeep8080/frontend-interview-prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-interview-prep

  • Difference between call, bind & apply methods? Code Reference

  • Implement stack data structure using JS concept.Solution

  • What is Prototype? Reference

  • Implement Debounce & Throttling function and state the difference between them? Solution

  • Explain Generators Functions Reference

  • Explain Memoization?

  • What are Service Workers?

  • Explain Different Caching Techniques/mechanisms?

  • Difference between slice Vs Splice ## Slice 1. Uses to make the **shallow copy** of the array & **do not mutate the original array** 2. >**Syntax** slice(optional start parameter, optional end parameter)

    Splice

    1. Mutates the original array
    2. Syntax: splice(start, optional delete count, optional items to add)

    DSA Interview Questions

    Please Refer this link

About

A curated collection of Frontend and JavaScript interview preparation resources including fundamentals, DSA, polyfills, and functional patterns.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors