File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22# INTRODUCTION
33
4- Create a folder for this workshop.
4+ To keep things organized, let's create a folder for this workshop.
55
6- Run this command, renaming the folder or changing the path however you need :
6+ Run this command to make a directory called `javascripting` (or something else if you like) :
77
88` mkdir javascripting`
99
@@ -15,19 +15,19 @@ Create a file named `introduction.js`:
1515
1616` touch introduction.js`
1717
18- Add this text to the file :
18+ Open the file in your favorite editor, and add this text :
1919
2020` ` ` js
2121console.log('hello');
2222` ` `
23-
24- Check to see if your program is correct by running this command :
23+
24+ Save the file, then check to see if your program is correct by running this command :
2525
2626` javascripting verify introduction.js`
2727
2828---
2929
3030
3131
32- > **Need help?** View the README for this workshop: github.com/sethvincent/javascripting
32+ > **Need help?** View the README for this workshop: http:// github.com/sethvincent/javascripting
3333
You can’t perform that action at this time.
0 commit comments