Assessment wanted for functions 2 test

please help me assess my functions 2 test.

the link…

the page…

Hello @miracle_ugorji

ctx.fillStyle = 'blue';

fillStyle should take String value

ctx.fillRect(100, 75, 50, 60 * Math.PI);

check the api page to know which parameter needed for each method you use

and again you need to call the function after the closing curly bracket

and have a nice day