JavaScript useful resources
Resources which help you prepare for the “React Crash Course: From Zero to Hero"
course on Udemy if you don't have any knowledge of JavaScript.
Introduction and JavaScript syntax
variables
let
const
operators
arithmetic
assignment
comparisons
data types
number
string
boolean
null
undefined
object
array
conditions
if else
ternary operator
functions
function definitions
function default and rest parameter
loops
events
string
string interpolation
array methods
iteration
forEach
map
filter
search
includes
ES6 features
desctruction
spread operator
modules