Question: How can you convert path segments into a string using the platform-specific separator as a delimiter?

  1. path.concat
  2. path.join
  3. path.format
  4. path.parse

Answer: The correct answer of the above question is Option B:path.join