The double arrow operator: is used as an access mechanism for arrays. it can be also used in scenarios to set values of any acceptable type into a corresponding index of an array.
The object operator: is used in object scope to access the methods and properties of an object.
I hope this helps you.