#javascript
Read more stories on Hashnode
Articles with this tag
HTML <title> tag is a meta tag mostly used for website information purposes. When you set a title tag on your page's .html file it will show up on...
A singleton lets you create only one instance of a class that you will use globally throughout your application. With the help of an external...