untitled notebook

node v14.20.1
version: 1.0.0
endpointsharetweet
const fs = require("fs"); // Make a new folder. fs.mkdirSync("my-new-folder"); // Verify that the folder is on the filesystem. fs.readdirSync("./").filter(aFile => aFile === "my-new-folder");
Loading…

no comments

    sign in to comment