diff --git a/index.js b/index.js index 08bc6aa60df433a8349ed4a9622c884d9a539e7d..e6f64f91e9d59e7f50d82b393392180d2b25f0b2 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +//created file using async and await which creates a file called example.txt and writes the message into it. + const fs = require("fs").promises; const createFile = async () => {