I\'m wondering if there is a short way to compare two arrays like:
[1, 2, 3, 4] === [1, 2, *, 4] // where * is any value, I want this expression to be true