JavaScript Topics I MISSED

Published by Aditya on 2024-01-23

JavaScript Topics [ MUST LEARN ]

I ignored this TOPICS which are extremely important before diving to REACT !

  • Arrays
  • Arrow Functions
  • Objects
  • Maps [HighOnWork]
  • Filtering
  • Destructuring
  • Mutability/Immutability

Not javascript specific but yes must do this!

  • Reconciliation [MOST-IMPORTANT]