From 9d903767464b85605564bb0dcb167167ad616377 Mon Sep 17 00:00:00 2001 From: prasad-niveus <prasad.bhat@niveussolutions.com> Date: Mon, 1 Apr 2024 11:19:43 +0530 Subject: [PATCH] added comments --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 08bc6aa..e6f64f9 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 () => { -- GitLab