Skip to content

Instantly share code, notes, and snippets.

@harajune
Created August 12, 2022 01:26
Show Gist options
  • Select an option

  • Save harajune/bab2ebe21da72884cb7e8f0ad8675b56 to your computer and use it in GitHub Desktop.

Select an option

Save harajune/bab2ebe21da72884cb7e8f0ad8675b56 to your computer and use it in GitHub Desktop.
const array = [1]
const anotherArray = [1]
console.log(array === anotherArray)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment