File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ It's easiest if you switch into the `src/learnyouhtml` folder and do your work i
102
102
cd src/learnyouhtml
103
103
learnyouhtml # select an exercise to complete
104
104
vim index.html # edit the file in your editor of choice
105
- ... some time passes ...
106
105
learnyouhtml verify index.html # check that you did it correctly!
107
106
```
108
107
@@ -124,7 +123,6 @@ It's easiest if you switch into the `src/javascripting` folder and do your work
124
123
cd src/javascripting
125
124
javascripting # select an exercise to complete
126
125
vim introduction.js # edit the first file in your editor of choice
127
- ... some time passes ...
128
126
javascripting verify introduction.js # check that you did it correctly!
129
127
```
130
128
@@ -146,7 +144,6 @@ It's easiest if you switch into the `src/learnyounode` folder and do your work i
146
144
cd src/learnyounode
147
145
learnyounode # select an exercise to complete
148
146
vim hello-world.js # edit the first file in your editor of choice
149
- ... some time passes ...
150
147
learnyounode verify hello-world.js # check that you did it correctly!
151
148
```
152
149
You can’t perform that action at this time.
0 commit comments