JavaScript is the world’s most popular programming language. JavaScript is the programming language of the Web. JavaScript is easy to learn. In this simple tutorial we will learn to remove a property of a JavaScript object. A sample JavaScript object…
Tag: remove
How to add or remove a git submodule?
While a git sub module could be added with a single line command such as: git submodule add https://github.com/UrlToRepository.git foldernameofrepository it can be cumbersome to remove a submodule. There are various steps involved such as given in the next paragraph.…
How to remove meta tag “generator” in Joomla 1.5
On a page that is generated by Joomla, by default you will always see a meta tag like following <meta name=”generator” content=”Joomla! 1.5 – Open Source Content Management” />