Computer Science: Using JavaScript:
create a code, you should draw NUM_CRICLES on top of each other. The bottom one should have a radius of BIG_RADIUS and each circle inside should be size in evenly space increments based on the number of circles being drawn. They should all be sitting on the bottom of the screen and each one should be a random color you'll need to use a for loop in this program and use I to figure out the size of each circle. (ASAP) pls use all types of functions in JavaScript form such as While, for loop, and so on...
(Down below is how many circles there need to be as well as the radius)
Var NUM_CIRCLES = 30:
Var BIG_RADIUS = 180;
![Computer Science Using JavaScriptcreate a code you should draw NUMCRICLES on top of each other The bottom one should have a radius of BIGRADIUS and each circle class=](https://us-static.z-dn.net/files/d9f/7139fd73dee91f2f7fd8d1f5ee09903d.jpg)