Answer Posted / hr@tgksolutions.com
JavaScript has seven primitive types and one non-primitive type:
• Primitive Types: String, Number, Boolean, Undefined, Null, Symbol, BigInt
• Non-Primitive Type: Object (includes Arrays, Functions, and more)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between array_pop() and array_push()?
Write a statement to show the joining of multiple comparisons in php?
How to join multiple strings stored in an array into a single string?
What is a session in php?
What is a substring in php?
Write a query to find the 2nd highest salary of an employee from the employee table?
How do we get the current session id?
What is php key?
Why do we use php?
What are the advantages of using php?
What happens when submit button is clicked?
Explain about the connective abilities of the PHP?
What does type casting mean in php? Explain with an example?
How do http requests work?
Does php have multiple inheritance?