So what happens if the input hashtag matches the one we're looking for? We display the post of course.

Add the missing curly braces and use console.log() to display "show post".

Perfectly pieced together!

Make sure to first open the curly braces with {, the ann the console.log("show post"); statement and finally }.