Well let's see here

This is my first blog post.

Here's a test to see if creating posts for my website works.

This next one should render like code:

let isEven = (x) => { return x % 2 === 0 }

let isOdd = (x) => { !isEven(x) }

And this should be a list:

← Back to posts