const message = "If you see this, my Javascript Kernel is working!";
console.log(message);
If you see this, my Javascript Kernel is working!
undefined