Basic Javascript points every developer should know
- Data Type
Data type declares what kind of data we are storing. There is some kind of data types in Javascript. Like String, Number, Boolean, Object, etc.
2. Variable
Variable is like a container that stores something.
3. Operators
Operators are mainly connected with math operations. Like summation, Multiplication, or division.
4. Control structures
We can set some conditional statements in our code.
5. Loop
Loop is something to do continuously.
6. Arrays
An array is a variable that stores different types of data.
7. Function
A function is defined for doing a particular task in code.
8. Null:
If we remain a variable blank that is called null.
9. Undefined:
If any statement is not defined in code that is call undefined
10. Date:
A date is an object which is used to work with any date function or website where need to attach date-related information.