My Blog

06 jul 2022

I am smart

This is so cool!

Do variables work 1000?

// Example JavaScript

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