this is a bold text, an emphasis , a combined emphasis , and a strikethrough
Head 1 | Head 2 | Head 3 |
---|---|---|
item1 | item2 | item3 |
item4 | item5 | item6 |
item7 | item8 | item9 |
example of blockquote
Array.prototype.map()
var add2 = function(number) {
return number + 2;
}
Examples can have line numbers, and every code block has a 'Copy' button to copy just the code:
const test = 'hello';
const other = 'world';
console.log(test, other);