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
Is php free to use?
explain php variable length argument function.
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What is is_null() in php?
What is the use of "echo" in php?
Explain what is the difference between for and foreach?
Why do we use query?
Explain setcookie() function in php?
What are the two types of variables?
What is php call function?
How can you compare objects in php?
Why php language is used?
Why laravel is the best php framework in 2019?
What is a php form?
What is the scope of a variable defined outside a function?