The following table lists JavaScript directives. A directive is a token that adds certain syntactic and semantic restrictions.
Syntax Return ValueN/A
ExamplesThe “use strict” directive is one of the most known directives that web browsers support.
(function(){
"use strict";
})();
Directives Description Language Element use strict Adds certain syntactic and semantic restrictions. Supported in Internet Explorer 10 and Windows Store apps. Attributions
Microsoft Developer Network: Article
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4