Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 1007 Bytes

File metadata and controls

75 lines (55 loc) · 1007 Bytes

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6

This text is Italic

This text is also italic

This text is strong

This Text is also strong

This text is strikethrough



This is a quote

Traversy Media

  • Item 1
  • Item 2
  • Item 3
    • Nested Item 1
    • Nested Item 2
  1. Item 1
  2. Item 2
  3. Item 3

This is a paragraph

Markdown Logo

    npm install

    npm start
    function add(num1,num2){
        return num1 + num2;
    }
    def add(num1,num2):
        return num1+num2
  • Task 1
  • Task2
  • Task3