Skip to content
Snippets Groups Projects
Commit 9d903767 authored by Prasad Bhat's avatar Prasad Bhat
Browse files

added comments

parent dcf37cfb
No related branches found
No related tags found
No related merge requests found
//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 fs = require("fs").promises;
const createFile = async () => { const createFile = async () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment