JavaScript for React
This blog will show you all the JavaScript syntax you'll deal with when you start learning and coding with React. If you haven't made the switch to latest JavaScript syntax yet, now would be a good time to get started.
1. Declaring Variables
Prior t...
gauthamkrishna.hashnode.dev10 min read
Achyut Kumar Panda
Full-stack development and devOps
Hey, would like to point out one thing, - in the spread operator part you have mentioned 2 different operators one is spread and other is rest both as spread operator, and spread is for splitting an array not combine and rest is just the opposite.