Here’s a first post on this blog. Let’s see where this goes!
const myVariable = "is a nice one"function Square(props) {
  return (
    <button className="square" onClick={props.onClick}>
      {props.value}
    </button>
  );
}variable:
- list item: one
- list item: two
  
something else: [array1, array2]
an object:
- key: value
  nextKey: value2