React JS
React JS
- datatypes
~~~~~~~~~~~
- FUNCTIONS
- arrow functions
~~~~~~~~~~~~~~~~~
- higher order functions
~~~~~~~~~~~~~~~~~~~~~~~~
- 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