how-to-close-current-tab-in-a-browser-window code example
Example 1: javascript close current tab
window.close();//closes the current browser tab
Example 2: how-to-close-current-tab-in-a-browser-window
Writing this on 24 Dec 2020. Tried almost all the things available on google, but none of them worked in Chrome browser. window.open('','_self').close() works for IE.