Tag: javascript function
Given two version numbers such as 0.20.7 and 0.20.8 you want to know which comes first. The version numbers are a few integer numbers that are concatenated by dots …
Suppose we have an array and we want to remove the duplicates and return a new array, here is the function: Array.prototype.uniq = function () { let data = …
Instagram contains selfie videos besides photos. If you examine the HTML source code of Instagram video page. You will find that video URLs are actually stored in the meta …
There is always tax and death. If you are buying a house, you will need to pay the stamp duty tax if your property is valued more than 125K …
Some websites allow you to use some meta tags to denote the URLs, images, links and etc. For example, if you want to include a URL in your comment …