Education
Technology
programming
Web Development
JavaScript
Software Development
Arrow Functions
JavaScript concepts
React Thread
JavaScript concepts you need to know before getting into React.
Thread🧵👇
Thread🧵👇
💠Arrow Functions:
An arrow function expression is a compact alternative to a traditional function expression.
javascript.info
An arrow function expression is a compact alternative to a traditional function expression.
javascript.info
💠Let/var/const variables:
Understand the difference between them, uses and their respective scopes.
freecodecamp.org
Understand the difference between them, uses and their respective scopes.
freecodecamp.org
💠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
JavaScript expression that makes it possible to unpack values from arrays, or properties from objects, into a bunch of variables.
developer.mozilla.org
💠 Template Literals:
With ES6, a newer form of string called template literal was given, which consists of two backticks ` `.
developer.mozilla.org
With ES6, a newer form of string called template literal was given, which consists of two backticks ` `.
developer.mozilla.org
💠Async Js, Promise, Callback:
Such topics have been given in this thread, checkout.
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
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
ES6 gave people ability to share code between their own JavaScript files as well as third-party libraries using ES modules.
javascript.info
Loading suggestions...