Im a bit new to javascript and I am trying to understand how backbone.js and understand how it works, however there are times that I run into lines like this:
"admin"=>password_hash("pass",PASSWORD_BCRYPT)
I understand this code is crypting the pass however i dont understand the => symbol.
Furthermore, I have encountered the :: and I dont understand it either.
Anyone know where I can read about this better? I have been searching but I have been unsuccessful to find any tutorial that explains it clearly.
Thanks!