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

React JS

Uploaded by

msedits91
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

React JS

Uploaded by

msedits91
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

REACT JS

- datatypes
~~~~~~~~~~~
- FUNCTIONS
- arrow functions
~~~~~~~~~~~~~~~~~
- higher order functions
~~~~~~~~~~~~~~~~~~~~~~~~

- ARRAYS AND OBJECTS


- array destructoring
- object destructoring
- rest operator
- spread operator

- CONDITIONS IN JavaScript

- if else
~~~~~~~~~~
- ternary operator
~~~~~~~~~~~~~~~~~
- optional chaining
~~~~~~~~~~~~~~~~~~
- using && and ||
~~~~~~~~~~~~~~~~~

- ARRAY METHODS

- map()
~~~~~~~~~~
- filter()
~~~~~~~~~~
- reduce()
~~~~~~~~~~
- sort()

- EVENT LISTENERS

- onclick()
- oncblur()
- onchange()
- onfocuts()
- set timeout() and setinterval()

- ASYNCHRENOUS EVENTS

- callbacks
- callback hell
- promises
- promise APIs

- async await()
-try catch

You might also like