All ChallengesLoading...
Not Solved
Join file path segments
Write a function that takes a list of folder names and joins them into a single file path with a slash between each segment.
Beginner
sample input: ["home", "user", "documents"]
sample output: home/user/documents
Loading...
Test Output: