- Write to .txt file Create a function that writes all numbers between given 2 values in a text(txt) file.
_Example: writetext(22,55)
- Read from .txt file Create a function that gets the content of given text file and prints it on the console.
_Example: printText('mytextFile.txt')
- Merge files Create a function that gets the content of given text files and creates a new file with all the content.
_Example: mergeFiles('mytextFile.txt', 'yourTextFile.txt')
- Combine two files Create a function that gets the content of given text files and creates a new file with all the content.
_Example: mergeFiles('mytextFile.txt', 'yourTextFile.txt')
- Using external module Install and import moment.js(a js libary) via NPM and create a function that prints the day name of X(given number as an argument) days later on the console by using moment.js
_Example: getFutureDay()