How to change or add text to the browser tab using JavaScript?
Originally Published Here ๐!
To change or add a text to the browser tab, we can set the value of the title property of the global document object to the text we need to show in the browser tab using JavaScript.
For example, consider we want to show ...
melvingeorge-me.hashnode.dev1 min read