Some examples of Markdown
Header 1
Header 2
Header 3
Header 4
Inline code with backticks
Italic
Bold
Blockquote
- List
- List
- List
- One
- Two
- Three
| cabecera1 | cabecera2 |
|---|---|
| uno | hola |
| dos | adios |
| tres | hastla luego |
let array = [ 'uno', 'dos', 'tres']
console.log( ...array)