codedamn

Data Types

Created by Codedamn about a year ago

0

No description provided

5 Comments

    0

    **object doubt ** object.keyname will return the value ? just like array return value at that index

    @swati

    Swati Bhatia

    @swati

    0

    Why semicolon is not used ??

    @anand2003

    Anantha Narayanan

    @anand2003

    1

    This content was deleted by the author

    @coder1011

    Nahom Assefa

    @coder1011

    1

    6.74k views till 13-12-22

    4

    'String' is a collection of characters. Strings can be encased in single or double quotations in JavaScript.

    'Number' - Can represent both floating-point and integer numbers.

    'Boolean' represents a logical object and has two possible values: True or false

    'Null' denotes an object's purposeful absence of any value.

     'Undefined'  A variable that is undefined is one that has not been given a value.

    "BigInt" is used for values larger than what the Number type can handle.

    @gt07

    Goutham DineshT

    @gt07

Your comment