03 - JavaScript Data types

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 พ.ย. 2024

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

  • @avinashdharme2234
    @avinashdharme2234 หลายเดือนก่อน

    Please correct me if i am wrong. Ans:
    1) Identifiers are simply name of variables or functions
    2) In short all variables are identifiers but not all identifiers are variables, variable is name of memory location and it hold some value where as identifier is used to identify something (variable or function) in code
    3)valid identifier : $name
    4) var x; x will be undefined
    5) complex or reference data type - object
    6) 8 data types : (number, null, string, symbol, boolean, bigint, object, undefined)
    question dete rhana har video me

  • @avinashdharme2234
    @avinashdharme2234 หลายเดือนก่อน

    why don't you use let instead of var

    • @Megabyte02
      @Megabyte02  หลายเดือนก่อน

      I'll start using it after explaining them