- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2641 - 2650 of about 10,000 for content_length:[100000 TO 499999] (0.16 sec)
-
Extension runtime security
Learn about the security measures in place for Visual Studio Code extensions, including permissions, user reliability checks, and Marketplace protections.code.visualstudio.com/docs/configure/extensions/extension-runtime-securityRegistered: Fri May 09 00:17:19 UTC 2025 - 99K bytes - Viewed (0) -
Visual Studio Code on Linux
code.visualstudio.com/docs/setup/linuxRegistered: Fri May 09 00:17:23 UTC 2025 - 134.2K bytes - Viewed (0) -
Markdown and Visual Studio Code
code.visualstudio.com/docs/languages/markdownRegistered: Fri May 09 00:17:50 UTC 2025 - 126.8K bytes - Viewed (0) -
Prompt engineering for Copilot Chat
Optimize your development experience with GitHub Copilot in VS Code with best practices for crafting chat prompts and providing context.code.visualstudio.com/docs/copilot/chat/prompt-craftingRegistered: Fri May 09 00:17:03 UTC 2025 - 103.4K bytes - Viewed (0) -
Temporal - JavaScript | MDN
The Temporal object enables date and time management in various scenarios, including built-in time zone and calendar representation, wall-clock time conversions, arithmetics, formatting, and more. It is designed as a full replacement for the Date object.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TemporalRegistered: Fri May 09 00:47:23 UTC 2025 - Last Modified: Tue May 06 13:38:50 UTC 2025 - 160.6K bytes - Viewed (0) -
Inheritance and the prototype chain - JavaScrip...
In programming, inheritance refers to passing down characteristics from a parent to a child so that a new piece of code can reuse and build upon the features of an existing one. JavaScript implements inheritance by using objects. Each object has an internal link to another object called its prototype. That prototype object has a prototype of its own, and so on until an object is reached with null as its prototype. By definition, null has no prototype and acts as the final link in this prototype chain. It is possible to mutate any member of the prototype chain or even swap out the prototype at runtime, so concepts like static dispatching do not exist in JavaScript.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Inheritance_and_the_prototype_chain Similar Results (1)Registered: Fri May 09 00:46:31 UTC 2025 - Last Modified: Tue May 06 13:38:37 UTC 2025 - 224.6K bytes - Viewed (0) -
Closures - JavaScript | MDN
A closure is the combination of a function bundled together (enclosed) with references to its surrounding state (the lexical environment). In other words, a closure gives a function access to its outer scope. In JavaScript, closures are created every time a function is created, at function creation time.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Closures Similar Results (1)Registered: Fri May 09 00:45:34 UTC 2025 - Last Modified: Tue May 06 13:38:37 UTC 2025 - 191.8K bytes - Viewed (0) -
Array - JavaScript | MDN
The Array object, as with arrays in other programming languages, enables storing a collection of multiple items under a single variable name, and has members for performing common array operations.developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayRegistered: Fri May 09 00:46:44 UTC 2025 - Last Modified: Tue May 06 13:38:40 UTC 2025 - 226.1K bytes - Viewed (0) -
JavaScript typed arrays - JavaScript | MDN
JavaScript typed arrays are array-like objects that provide a mechanism for reading and writing raw binary data in memory buffers.developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Typed_arraysRegistered: Fri May 09 00:46:54 UTC 2025 - Last Modified: Tue May 06 13:38:37 UTC 2025 - 188.4K bytes - Viewed (0) -
async function expression - JavaScript | MDN
developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/async_functionRegistered: Fri May 09 00:47:51 UTC 2025 - Last Modified: Tue May 06 13:38:54 UTC 2025 - 150.9K bytes - Viewed (0)