Simple Javascript to make something in range
I am trying to simply move the the cursor so that when it is between 200=x and 300=x the canvas background goes salmon and outside of that range it goes blue. Here is my full attempt. <!DOCTYPE html> <html> <head>…