Generate a Hash Code from a string.
Usage:
import { genHashCode } from "mazey";const ret = genHashCode("hello world");console.log(ret); Copy
import { genHashCode } from "mazey";const ret = genHashCode("hello world");console.log(ret);
Output:
1794106052 Copy
1794106052
Reference: Generate a Hash from string in Javascript
Generate a Hash Code from a string.
Usage:
Output:
Reference: Generate a Hash from string in Javascript