CoderDojo Nijmegen

My fourth post

A short intro

subtitle

The text of my fourth post.

const code = "this is code";

const execute = code => {
  console.log(code); // this should be really long just so we can see highlighting works
};

execute(code);