Simple questions about startsWith

Does "abc" start with "a"? => yes
Does "def" start with "d"? => yes
Does "def" start with "a"? => no
Does "ok" start with ""? => yes
Does "" start with "what"? => no