You have a variable coolScope. Using one of the scope functions, count the number of letters "a" in the poet variable (case insensitive) while initializing coolScope. Also, the function should print the text "Our poet is $poet" .
Thus, you have to do two actions when initializing coolScope: initialize it with a value and print the text.