I'm almost done with my Illustrated JavaScript coding course

I’ve noticed your CodeGuppy platform is using Processing’s println(), which has gotten abandoned (and doesn’t work anymore) by p5.js in favor of just print() a long time ago.

For easier adaptation, it’d be nice if you had print() as an alias to println().

And for new material starting using print() as well. :books:

3 Likes