Study the following three statements carefully
Statement 1: JavaScript support 3 primitive data types - integer, string and boolean.
Statement 2: JavaScript supports 2 composite data types - arrays and objects.
Statement 3: JavaScript supports 2 special datatypes - null and undefined.
Choose the option below that is absolutely correct about the above three statements.
1
Only Statement 2 and Statement 3 are true.
2
Only Statement 1 Statement 2 are true.
3
Only Statement 1 and Statement 3 are true.
4
All three Statements are true.