zkeen

Results 1 issues of zkeen

TEST 1: let a = 'the cat sat on the mat' let b = 'the cat sat on a mat' let h1 = simhash.hash(a) let h2 = simhash.hash(b) console.log(h1, h2,...