adventjs-issues icon indicating copy to clipboard operation
adventjs-issues copied to clipboard

console.log

Open VictorGugg opened this issue 1 year ago • 5 comments

Can't we just have the logs available . Right now it's a bit tedious to do without it's implementation right on the website.

VictorGugg avatar Dec 04 '23 09:12 VictorGugg

This is complicated, as it could leak some internals but I'll keep the issue around in case I found a way to get it.

midudev avatar Dec 04 '23 13:12 midudev

Hi, Midu. So why not activate it only for tests that are public?

roxguel avatar Dec 05 '23 18:12 roxguel

I'm using github's codespaces when using a slow PC at my workplace, and using the test cases on the examples.

walterlarrea avatar Dec 05 '23 22:12 walterlarrea

You can always use https://www.typescriptlang.org/play

juanjoGonDev avatar Dec 07 '23 12:12 juanjoGonDev

@VictorGugg If it helps you, many of us are running in environments like RunJS or in our IDEs verifying the tests that are public and once we see that everything is ok, we upload it the solution

ribonuclecode avatar Dec 08 '23 14:12 ribonuclecode