0
  1. Promise {_U: 0, _V: 0, _W: null, _X: null}

    1. _U: 0

    2. _V: 1

    3. _W: false

    4. _X: null

    5. [[Prototype]]: Object

    1. I want to find only Value of "false" Please help me to get it.
f1sh
  • 11,489
  • 3
  • 25
  • 51
  • 1
    The promise has to resolve before you access it values. Either `await` it (in `async` context) or use promise chaining: `myPromise.then(result => { // your code });` – nbokmans Feb 22 '23 at 10:38
  • javascript is not java. – f1sh Feb 22 '23 at 10:38

0 Answers0