This access check always grants access, no matter the role, because the condition uses = (assignment) instead of === (comparison). Fix the operator so role = "guest" is correctly denied.
Acceptance criteria
- 1.With role = "guest", #status should read "Access denied".
- 2.#status should have the class "denied".