Have you ever tried to compare to arrays in JavaScript only to see it return false? Even though they look the “same”! Um…What? Theres actually a pretty “simple” explanation of why these comparisons are false! It turns out the variables, like array1, holds a reference/pointer (memory address) for that array. So…