Skip to content

rdnc12/nodejs-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Write to .txt file Create a function that writes all numbers between given 2 values in a text(txt) file.

_Example: writetext(22,55)

  1. 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')

  1. 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')

  1. 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')

  1. 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()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published