Swastika Yadav 🥑
Swastika Yadav 🥑

@swastika0015

9 Tweets 30 reads Jan 16, 2022
JavaScript concepts you need to know before getting into React.
Thread🧵👇
💠Destructuring assignment:
JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into a bunch of variables.
developer.mozilla.org
💠Async Js, Promise, Callback:
Such topics have been given in this thread, checkout.
💠Using Fetch:
The Fetch API provides a JavaScript interface for accessing and manipulating parts of the HTTP pipeline, such as requests and responses.
developer.mozilla.org
💠Import / Export:
ES6 gave people ability to share code between their own JavaScript files as well as third-party libraries using ES modules.
javascript.info
Thanks for reading:)
Follow me @swastika0015

Loading suggestions...