← Code LabNode.js0/50 solved · 0%
Foundations · easy

15. Simple Path Joining

Join two paths with a single slash.

Write `join(a, b)` ensuring no double slashes.
Required in your answer: endsWithstartsWith