Advertisement · 728 × 90
#
Hashtag
#docsprint
Advertisement · 728 × 90

Just put a "NeedsContent" sticker on my external HDD from @jsconfeu thanks to #docsprint and @jmswisher =)

0 0 0 0
Preview
Inheritance and the prototype chain - JavaScript | MDN 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.

It seems like I have a talent about finding the longest documents in MDN to perform a Tech. Review in this #docsprint. developer.mozilla.org/en/JavaScript/Guide/Deta...

0 0 0 0
Preview
Regular expressions - JavaScript | MDN Regular expressions are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. These patterns are used with the exec() and test() methods of RegExp, and with the match(), matchAll(), replace(), replaceAll(), search(), and split() methods of String. This chapter describes JavaScript regular expressions. It provides a brief overview of each syntax element. For a detailed explanation of each one's semantics, read the regular expressions reference.

Whoa, just finished reviewing Regular expressions wiki page at #docsprint. Check it out at developer.mozilla.org/en/JavaScript/Guide/Regu... #jsconfeu

0 0 0 0

Do you whine when you see poor documentation? Join the #docsprint at #jsconfeu and become a part of the solution and awesomeness!

0 0 0 0

Wanna do some documentation work at #jsconfeu? Join the #docsprint. The place between the two floors is perfect for doing stuff like this.

0 0 0 0

Finished reviewing "Functions and function scope" wiki at last! #docsprint

0 0 0 0