So, in P5JS, i am trying to create a project, where I input 2 numbers and they are either randomly added, subtracted, multiplied or divided after clicking a button, could someone please show how I would write in JavaScript the code for randomly picking the 4 basic math operations and then the two numbers I inputed are either added, subtracted, multiplied or divided at random once clicking a button?