P5.js vs javascript

  • W/ just p5js, you’re mostly programming in JS using the OOP paradigm style.
  • However, you still need to learn HTML & CSS in order to design web pages.
  • And to reach industry-level dev, you also need to learn some mainstream framework, such as React, Angular, etc.

There are also some languages which transpile to JS, such as TypeScript, CoffeeScript, etc.: