Robot

Category: Robot | Posted on: August 30, 2077

Sample Markdown

This is some basic, sample markdown.

Second Heading

  • Robot 1
  • Robot 2
  • Robot 3

  1. Robot 1
  2. Robot 2
  3. Robot 3

Blockquote

bold, italics, strikethrough

// code 
const robot = 'wall-e';

const print = word => {
   return `${robot} said ${word}`;
}

Inline code: const robot = 'wall-e';.

Image of robot

Robot

#robot