Which of the following statements are true for Javascript?
Options
- JavaScript is case sensitive
- JavaScript statements can be grouped together in blocks
- semicolon at the end of statement is mandatory
- Both a and b above
CORRECT ANSWER : Both a and b above
Write your comments