P5.js vs javascript

From Wikipedia:

As a multi-paradigm language, JavaScript supports event-driven, functional, and imperative (including object-oriented and prototype-based) programming styles. It has APIs for working with text, arrays, dates, regular expressions, and the DOM, …

JS is relatively easy to start w/, but very hard to master, due to its multi-paradigm nature, conflicting programming styles and never-ending competing frameworks (such as React, Angular, etc.)! :scream:

For plain-vanilla JS, best reference site is from Mozilla.org: :sunglasses: