- A javascript variable assigned as null, what will be the type of that variable? Example var abc=null; typeof abc;
- Differentiat between javascript variables and object with example.
- If a function of javascript is called without bracket (), what does it return?
- How to declare a global variable within a function in javascript?