We know that functions are blocks of code. That means nested instructions are surrounded by braces and have an extra space on the left side.
Make sure to pick {, followed by console.log(message);, and finally }.
{
console.log(message);
}