Comparison Operators - Javascript Programming 5

Поделиться
HTML-код
  • Опубликовано: 29 янв 2025

Комментарии • 5

  • @Codemycom
    @Codemycom  Год назад

    ▶ Watch Javascript Playlist ✅ Subscribe To My RUclips Channel:
    bit.ly/46N9VPS bit.ly/2IGzvOR
    ▶ See More At: ✅ Join My Facebook Group:
    Codemy.com bit.ly/2GFmOBz
    ▶ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
    Take 50% off with coupon code: youtube50 bit.ly/2VC9WUN
    ▶ Get The Code
    bit.ly/3tO2fyc

  • @DevLabNetwork
    @DevLabNetwork 4 дня назад

    very good content, thank you!

  • @احمدالقدال-و3خ
    @احمدالقدال-و3خ Месяц назад

    === if they are the same datatype and value
    (5 === 5) // true , both numbers and value 5.
    ('hello' === 'hello') // true, both strings and same value.
    (5 === '5') // false, same value but not same datatype.
    (10 === 5) // false, same datatype but not same value.
    ("hello" === 5) // false , not same datatype and not same value.

  • @Savantique420
    @Savantique420 6 месяцев назад

    You kidna look like Walter