We're a place where coders share, stay up-to-date and grow their careers.
const remove_url_anchor =(url) => url && url.split('#')[0];
const remove_url_anchor =(url) => url && url.split('#')[0];