Skip to content

Instantly share code, notes, and snippets.

@sevperez
Created March 22, 2018 15:14
Show Gist options
  • Save sevperez/cfe0ccff4a313fe81633d0684cf3f182 to your computer and use it in GitHub Desktop.
Save sevperez/cfe0ccff4a313fe81633d0684cf3f182 to your computer and use it in GitHub Desktop.
arr = [“a”, “b”, “c”]
arr[1] # => “b”
arr[1] = “z”
arr[1] # => “z”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment