|
Hello, I sometimes copy and paste code from some of the StackOverflow answers to take notes. |
Answered by
alagrede
Nov 1, 2022
Replies: 1 comment 3 replies
|
Hi @bestpika, Anthony |
3 replies
Answer selected by
alagrede
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @bestpika,
Yes, I know it could be more convenient to have this
console.logbut currently I can only add the minimumconsole.log()for compatibility. The console object does a lot of things that I can't reproduce in the HTML output.I'll add it for the next minor version.
Anthony