Skip to content

sandeep8080/javascript-interview-questions

Repository files navigation

javascript-interview-questions

  • 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •