Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 270 Bytes

File metadata and controls

10 lines (9 loc) · 270 Bytes

JavaScript Interview Questions:-

  1. What is the difference between Object.assign vs spread operator?
  2. Promise.all vs Promise.allSettled?

ReactJS:-

  1. PureRenderMixin?
  2. what is render props pattern?
  3. what is controlled component?
  4. what is pure functiom?