Code an empty if statement that checks if membership equals "gold", followed by an empty else statement.

Make sure to pick if followed by (membership === "gold") and then {, }, else, {, }.