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 974ed0e commit 31a1166Copy full SHA for 31a1166
Sprint-1/1-key-exercises/3-paths.js
@@ -1,11 +1,11 @@
1
// The diagram below shows the different names for parts of a file path on a Unix operating system
2
3
-// ┌─────────────────────┬────────────┐
4
-// │ dir │ base │
5
-// ├──────┬ ├──────┬─────┤
6
-// │ root │ │ name │ ext │
+// ????????????????????????????????????
+// ? dir ? base ?
+// ???????? ??????????????
+// ? root ? ? name ? ext ?
7
// " / home/user/dir / file .txt "
8
-// └──────┴──────────────┴──────┴─────┘
9
10
// (All spaces in the "" line should be ignored. They are purely for formatting.)
11
0 commit comments