Introduction to Javascript

Data Types

Javascript has 6 primitive data types

Objects

Equality in Objects

== or === only tests if both operands are same objects.

Arrays

Objects that store values in order.

Functions

Use function keyword to define a function.

Functions( Both named or anonymous) can be assigned to a variable.

Source:

Comments

comments powered by Disqus