0% found this document useful (0 votes)
3 views

JavaScript Topics You Should Know Before Learning React 1697950293

sahoo3
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

JavaScript Topics You Should Know Before Learning React 1697950293

sahoo3
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

CodeWithAnjum

@codewithanjum
01

JavaScript Topics
You Should Know Before
Learning React
PART - 01

Follow On IG Subscribe On YT
@codewithanjum @codewithanjum
CodeWithAnjum
@codewithanjum
02

Strong JavaScript Knowledge


Benefits React Learning

If you don’t have enough JavaScript knowledge


before starting out with React, can make
learning React harder, leading to frustration
and slower progress.

Follow On IG Subscribe On YT
@codewithanjum @codewithanjum
CodeWithAnjum
@codewithanjum
03

arrow function →

Let's Dive into Arrow Functions in the First


Part of Our Series

Before Taking About What is an Arrow


Function, Let’s Discuss Normal Function

Follow On IG Subscribe On YT
@codewithanjum @codewithanjum
CodeWithAnjum
@codewithanjum
04

normal function →

Before Arrow:

Follow On IG Subscribe On YT
@codewithanjum @codewithanjum
CodeWithAnjum
@codewithanjum
05

arrow function →

With Arrow Function:

Note: This works only if the function has only one statement.

Follow On IG Subscribe On YT
@codewithanjum @codewithanjum
CodeWithAnjum
@codewithanjum
06

with parameters →

Arrow functions were introduced in ES6.


Arrow functions allow us to write shorter
function syntax :

Arrow Function With Parameters:

Follow On IG Subscribe On YT
@codewithanjum @codewithanjum
CodeWithAnjum
@codewithanjum
07

single argument →

Arrow functions also have a shorter syntax


for functions with a single argument:

Follow On IG Subscribe On YT
@codewithanjum @codewithanjum
CodeWithAnjum
08
@codewithanjum

Did you Find this


Post a bit Useful?
Tap on like button, Share with your friends & save for Later.

Follow On IG Subscribe On YT
@codewithanjum @codewithanjum

You might also like