A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://webplatform.github.io/docs/javascript/directives below:

directives · WebPlatform Docs

directives Summary

The following table lists JavaScript directives. A directive is a token that adds certain syntactic and semantic restrictions.

Syntax Return Value

N/A

Examples

The “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

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