Back to Browse

Coding with Alexander: A Child's Journey into JavaScript Coding Episode 1

12 views
Jun 4, 2025
3:07

Get ready, because this is it: my very first official coding episode in the series has just dropped! As I promised you in the video, all the code we talked about is right here, ready for you to dive in. Let's start coding together, right now! ============================================================== fill(255, 0, 255); draw = function() { var label = mouseX + " , " + mouseY; background(255, 255, 255); ellipse(mouseX, mouseY, 1, 1); text(label, mouseX, mouseY); }; ============================================================== There you go enjoy your code BUT WAIT remember to LIKE and SUB to the channel. Thank you for watching this video, bye!

Download

1 formats

Video Formats

360pmp44.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Coding with Alexander: A Child's Journey into JavaScript Coding Episode 1 | NatokHD