Computes the hash value of a string.
The string to hash.
The computed hash value.
hash('abc');// => deterministic numeric hash Copy
hash('abc');// => deterministic numeric hash
Computes the hash value of a string.