Results 1 to 7 of 7

Thread: What are the different JavaScript types?

  1. #1

  2. #2
    Join Date
    Jun 2013
    Location
    Forum
    Posts
    2,096

    Default

    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.
    Cheap VPS Hosting | $1 VPS Hosting
    Windows VPS Hosting | Windows with Remote Desktop Access
    Cheap Dedicated Servers | Linux Dedicated Server Hosting

  3. #3
    Join Date
    Jun 2016
    Location
    India
    Posts
    102

    Default

    Quote Originally Posted by RH-Calvin View Post
    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.

    Thanks, I completely agree with you.

  4. #4

    Default

    Six information types that are natives:

    Boolean.

    Invalid.

    Indistinct.

    Number.

    String.

    Image (new in ECMAScript 6)
    Android Mobile App Development Bangkok | Best Website Company In Bangkok| Social Media Marketing Agency Bangkok| Travel Booking Engine Development

  5. #5
    Join Date
    Feb 2016
    Location
    CA
    Posts
    381

    Default

    We use JS in HTML, PHP website to customize large code into small. https://www.plurk.com/DomBowkett

  6. #6

    Default

    JavaScript has six primitives types : String,number,undefined,null,boolean,and symbol.

  7. #7
    Join Date
    Apr 2020
    Posts
    704

    Default

    Null type. The Null type is inhabited by exactly one value: null .
    Undefined type. The Undefined type is inhabited by exactly one value: undefined . ...
    Boolean type. The Boolean type represents a logical entity and is inhabited by two values: true and false . ...
    Number type. ...
    BigInt type. ...
    String type. ...
    Symbol type.

Similar Threads

  1. What is PPC and its types ?
    By artijain1900 in forum Web Hosting Community
    Replies: 5
    Last Post: 08-01-2023, 12:25 PM
  2. What is JavaScript?
    By stuartspindlow in forum Web Design Solutions
    Replies: 10
    Last Post: 04-26-2023, 04:49 AM
  3. web design types
    By randiv in forum Web Design Solutions
    Replies: 9
    Last Post: 03-31-2023, 11:33 AM
  4. Do you know about the types of SEO?
    By kaarlealmila in forum Web Design Solutions
    Replies: 8
    Last Post: 03-18-2017, 11:06 AM
  5. What are the two types of SEO?
    By joni27 in forum Web Hosting Community
    Replies: 30
    Last Post: 10-02-2012, 07:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •