Skip to content

Commit 9a8bc46

Browse files
committed
fix: resolving conflict with branches
1 parent 2bfaf27 commit 9a8bc46

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Sprint-1/1-key-exercises/3-paths.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const base = filePath.slice(lastSlashIndex + 1);
1616
// Create a variable to store the dir part of the filePath variable
1717
// Create a variable to store the ext part of the variable
1818

19-
<<<<<<< HEAD:Sprint-1/exercises/paths.js
2019
const lastDot = filePath.lastIndexOf(".");
2120
console.log(`The indexDot is ${lastDot}`);
2221

@@ -33,9 +32,3 @@ console.log(`The extension is 👉 ${ext}`);
3332

3433

3534

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

Comments
 (0)