We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b574e15 commit 9bbcc82Copy full SHA for 9bbcc82
Sprint-1/1-key-exercises/3-paths.js
@@ -21,6 +21,4 @@ console.log(`The base part of ${filePath} is ${base}`);
21
const dir = filePath.slice(filePath.indexOf("/"), lastSlashIndex);
22
const ext = base.slice(base.lastIndexOf("."));
23
24
-console.log(dir);
25
-
26
// https://www.google.com/search?q=slice+mdn
0 commit comments