bug in solving the exercise.
the program does not recognize that the command line:
{
circles.transition();
circles.attr(‘r’,35);
}
is inserted inside the {} of the function declaration.
error message:
“extra lines of code outside function declaration”.