Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
This text is italic
This text is strong
~~This text~~ is strike through
This is a quote
- Item 1
- Item 2
- Item 3
- Nested Item 1
- Nested Item 2
- Item 1
- Item 2
- Item 3
This is a code <p>This is a paragraph</p>
npm install
npm start
function add(num1, num2) {
return num1 + num2;
}
def add(num1, num2):
return num1 + num2
Name | |
---|---|
John Doe | [email protected] |
Jane Doe | [email protected] |
- [x] Task 1
- [x] Task 2
- [ ] Task 3