monocraft.js
function testFunc() {
  console.log('Monocraft!');
}

Console.log is a built-in function that prints a given string or variable to the console.

testFunc is a function that prints 'Monocraft!' to the console.