JavaScript is similair to p5.js however it is more general. I have made a few projects in this language and is still a learning processjust like any other language. JavaScript is a high-level, interpreted programming language used to create interactive and dynamic web pages. It was first developed by Netscape in 1995, and is now supported by all major web browsers. JavaScript is mainly used for client-side scripting, which means it runs in the user's web browser rather than on a remote server. This allows for faster and more responsive web applications. It is also used on the server-side with the help of platforms such as Node.js. Some of the key features of JavaScript include its ability to manipulate the HTML and CSS of a web page, interact with user input and events, handle asynchronous operations, and dynamically create and modify objects. It is also commonly used in conjunction with other web technologies such as jQuery, React, and Angular to build complex web applications.