We're going to check all the possible actions a user can take. First code an if statement to check if the action is a "like".
if
"like"
Make sure to pick if followed by action and then ==, "like", :.
action
==
: