Eli Bendersky's
Follow
Teaching coding with JavaScript and p5.js
When asked which programming language to learn first - especially for kids - my
usual answer is JavaScript [1]. Nothing beats the direct feedback you get
from code that's able to paint things on the screen, without having to install
anything.One library that makes it a particularly pleasant process is p5 …