JAVASCRIPT Types Number string Boolean undefined (if variable is not assigned) null symbol (new in Es 6) Object JavaScript Comparisions !== === = <= > < JavaScript Variables (to catch and hold values in memory) var let (Es 6) const (ES 6) J...
harsha70.hashnode.dev11 min readNo responses yet.