console.log?
why doesn't console.log log into the console
That's only for JavaScript. In Microscript its called printing
print('Hello world' + variablename + 4 + list)
console.log logs to the DevTools (browser) console, whereas print logs to the site console.