Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What are the different JavaScript types?
#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


Messages In This Thread
RE: What are the different JavaScript types? - by RH-Calvin - 11-12-2018, 06:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)