Docs
Docs is a community-driven collection of code documentation for popular programming languages and frameworks. Interested in helping build it?
Most Viewed
- Markdown
Tables
A table is an arrangement of data in rows and columns. To add a table in Markdown, use the vertical line to separate each column, and use three or more dashes to create each column’s header. - Markdown
Links
In Markdown, a link is created by enclosing the link text in square brackets and then following it immediately with the URL in parentheses. - Markdown
Code Blocks
Code blocks can be used to display multiple lines of code. They preserve formatting and provide syntax highlighting when possible. - HTML
Elements
Elements are discrete components within an HTML document that generally consist of at least one tag but can have two tags with optional content. - JavaScript
.slice()
Returns a shallow copy of a part of an array. It contains references to the sliced elements in the original array, not the elements themselves. - JavaScript
Arrays
Arrays are lists of ordered, stored data that can be of any data type.
Top community contributors
- Anonymous contributor
Contribute to Docs
- Learn more about how to get involved.
- Submit feedback to let us know how we can improve Docs.
Concept of the Week
Recently Added
Top community contributors
- Anonymous contributor
Contribute to Docs
- Learn more about how to get involved.
- Submit feedback to let us know how we can improve Docs.