Exercise: File Concatenation
Practice how to write a callback function that contains concatenated data of all the source files.
We'll cover the following
Problem statement
Write the implementation of a concatFiles()
named callback-style function that takes two or more paths to text files in the filesystem and a destination file.
Get hands-on with 1400+ tech skills courses.