June challenge, delete a node from linked list wrong statement

This is my first post, and perhaps it belongs elsewhere, but I believe the June Challenge Day 2 problem
has an error. It gives us a single node in a singly-linked list and says "delete it". But how do we delete it
if we don't have access to previous -- we are not given the head of the list. I believe this should be fixed. Admins, please have a look.

Comments (8)