Hi,
I'm Hassib, a Software Engineer with 4+ years of experience in coding JavaScript.
In this thread, I'll go through the must-know JS topics that any web developer should know before diving into React.js or any other JavaScript library/framework.
Let's begin!
{ 1 / 10 }
I'm Hassib, a Software Engineer with 4+ years of experience in coding JavaScript.
In this thread, I'll go through the must-know JS topics that any web developer should know before diving into React.js or any other JavaScript library/framework.
Let's begin!
{ 1 / 10 }
5⃣ Arrow function expression
An arrow function expression is a compact alternative to a traditional function expression, but is limited and can't be used in all situations.
Read more: developer.mozilla.org
{ 6 / 10 }
An arrow function expression is a compact alternative to a traditional function expression, but is limited and can't be used in all situations.
Read more: developer.mozilla.org
{ 6 / 10 }
6⃣ Classes
Classes are a template for creating objects. They encapsulate data with code to work on that data.
Read more: developer.mozilla.org
{ 7 / 10 }
Classes are a template for creating objects. They encapsulate data with code to work on that data.
Read more: developer.mozilla.org
{ 7 / 10 }
7⃣ Modules
A common JS module is essentially a reusable piece of JavaScript that exports specific objects, making them available for other modules to require in their programs.
Read more: developer.mozilla.org
{ 8 / 10 }
A common JS module is essentially a reusable piece of JavaScript that exports specific objects, making them available for other modules to require in their programs.
Read more: developer.mozilla.org
{ 8 / 10 }
9⃣ Promises
The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
Read more: developer.mozilla.org
{ 10 / 10 }
The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
Read more: developer.mozilla.org
{ 10 / 10 }
⚛️ Next Lesson: Getting started with React
Make sure to follow me @hassibmoddasser for the incoming threads and more JS topics!
Retweet the first tweet and share it with your friends in case you find it useful! 💛
{ END }
Make sure to follow me @hassibmoddasser for the incoming threads and more JS topics!
Retweet the first tweet and share it with your friends in case you find it useful! 💛
{ END }
جاري تحميل الاقتراحات...