I'm in the process of creating a firefox extension and I have a question:
- Once I generate a hash value from a string, what type of data is that value?
- Is it possible to use comparison operators with hash values?
My goal is to compare two hash values and determine if one is greater than the other. Similar to how we compare integers like 5 >= 4
. Can hash values be treated as integers for this purpose?