Welcome to Dev notes! This is my first post.

Code Example

Here's a simple JavaScript function:

function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet('World'));

And some CSS:

.container {
  max-width: 42rem;
  margin: 0 auto;
  padding: 1rem;
}

Swift

/// reset state
func reset() {
  // comment
  let x = "test"
  state = .init()
}

Images?

This is an image.

Shelves full of vinyl records

What's Next

More posts coming soon!