Two forward slashes in a url/src/href attribute [duplicate]
The “two forward slashes” are a common shorthand for “request the referenced resource using whatever protocol is being used to load the current page”. Best known as “protocol relative URLs”, they are particularly useful when elements — such as the JS file in your example — could be served and/or requested from either a http … Read more