Question: Which of the following values is not a Boolean false?

  1. `Boolean(0)`
  2. `Boolean("")`
  3. `Boolean(NaN)`
  4. `Boolean("false")`

Answer: The correct answer of the above question is Option D:`Boolean("false")`