Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What are the different JavaScript types?
#1
What are the different JavaScript types?
Reply
#2
JavaScript has six primitives types: string , number , undefined , null , boolean , and symbol . There is also a compound type or object . Interestingly, the primitive types are immutable and don't have properties.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)