I have seen some websites where they use a Javascript function for linking things instead of using or href. Is there any true benefit to this or is it just a preference thing?
            Asked
            
        
        
            Active
            
        
            Viewed 22 times
        
    0
            
            
        - 
                    Please [edit] your post and include an example of the HTML you’ve seen. In general, please see [Which "href" value should I use for JavaScript links, "#" or "javascript:void(0)"?](/a/8525002/4642212), [Anchor or button](/q/18314019/4642212). Read about the semantics and [accessibility concerns](//developer.mozilla.org/en/docs/Web/HTML/Element/a#accessibility). – Sebastian Simon Mar 28 '22 at 04:08
- 
                    You can programmatically close a window/tab opened by `window.open`. – Teemu Mar 28 '22 at 04:09
