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 2bfaf27 commit 9a8bc46Copy full SHA for 9a8bc46
1 file changed
Sprint-1/1-key-exercises/3-paths.js
@@ -16,7 +16,6 @@ const base = filePath.slice(lastSlashIndex + 1);
16
// Create a variable to store the dir part of the filePath variable
17
// Create a variable to store the ext part of the variable
18
19
-<<<<<<< HEAD:Sprint-1/exercises/paths.js
20
const lastDot = filePath.lastIndexOf(".");
21
console.log(`The indexDot is ${lastDot}`);
22
@@ -33,9 +32,3 @@ console.log(`The extension is 👉 ${ext}`);
33
32
34
35
36
-=======
37
-const dir = ;
38
-const ext = ;
39
-
40
-// https://www.google.com/search?q=slice+mdn
41
->>>>>>> main:Sprint-1/1-key-exercises/3-paths.js
0 commit comments