0

I tried to use Array.includes but this code returns false:

var list = [[0, 0], [0, 1]]
list.includes([0, 0])

Does anyone know what I can use instead?

3

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.