property URL.hash
The hash property of the URL interface is a string that starts with a #
and is followed by the fragment identifier of the URL.
It returns an empty string if the URL does not contain a fragment identifier.
string
The hash property of the URL interface is a string that starts with a #
and is followed by the fragment identifier of the URL.
It returns an empty string if the URL does not contain a fragment identifier.
string