I already know that it stores a key which stores a value but can it be used to access a key in in array
example:
arr = {}
arr[something]
I already know that it stores a key which stores a value but can it be used to access a key in in array
example:
arr = {}
arr[something]
Yes it can.