Junior
39
0
questionbank

Какие значения считаются ложными (falsy) в JavaScript?

Answer from sobes.tech neural network

В JavaScript к ложным (falsy) значениям относятся:

  • false
  • null
  • undefined
  • 0 (число ноль)
  • -0 (

В JavaScript к ложным (falsy) значениям относятся:

  • false
  • null
  • undefined
  • 0 (число ноль)
  • -0 (

Register or sign in to get access to full answers for all questions from the question bank.

javascriptfalsy-valuestruthy-valuesboolean-conversiontype-coercion