Challenge Double Rainbow

Make a Rainbow object



This program describes a rainbow in an object literal and then draws it.

To make it easy for you to make lots of rainbows with the same kinds of properties,

create a Rainbow object that stores an x, y, and radius.

Var Rainbow = function(----, ----, ----) {

This.----=----;

This.----=----;

This.----=----;

};