skip to content
Sam's Blog

True Poasting

Now it's getting serious

This is so cool!

Do variables work 256?

// Example JavaScript

const x = 7;
function returnSeven() {
	return x;
}