NUMBER OBJECTS || NUMBER METHODS || NUMBER CONVERSIONS || NUMBER PROPERTIES IN JAVA SCRIPT

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ม.ค. 2021
  • NUMBER OBJECTS
    NUMBER METHODS
    toString( )
    toExponential( )
    toFixed( )
    toPrecision( )
    NUMBER CONVERSIONS
    Number( )
    parseInt( )
    parseFloat( )
    NUMBER PROPERTIES
    MAX_VALUE
    MIN_VALUE
    POSITIVE_INFINITY
    NEGATIVE_INFINITY
    NaN

ความคิดเห็น • 8

  • @AkashKumar-sy5ju
    @AkashKumar-sy5ju 3 ปีที่แล้ว +1

    You teach very good.

  • @yoskaorothia8752
    @yoskaorothia8752 ปีที่แล้ว

    I have no word for you. Thank you a lot .you are a great teacher

  • @soumyaranjanpradhan1325
    @soumyaranjanpradhan1325 3 ปีที่แล้ว

    Hi Sir , You teach in a deep manner . Amazing explain ,Keep it up ,Sir.

  • @chittizanand6212
    @chittizanand6212 3 ปีที่แล้ว +1

    Amazing Sir...No words to describe your efforts and your way of teaching.

  • @pathanhassen5782
    @pathanhassen5782 2 ปีที่แล้ว

    Hi sir, we are compare the data types , I'm given both are objects but result is false why sir ?

  • @nitheesha5253
    @nitheesha5253 2 ปีที่แล้ว

    sir in document.write after the typeof why are u adding + on both sides .And if i am not adding tag it doesnt gives output.
    document.write("TYPE OF X:"+typeof x+"

    • @hselin619
      @hselin619 2 ปีที่แล้ว +1

      + is written to concatenate string(TYPE OF X:) with typeof x
      then again + to concatenate tag.
      if you are not writing remove + sign before that you will get output.

    • @rajeshk2771
      @rajeshk2771 ปีที่แล้ว

      @@hselin619 good explanation