You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ Ready?
10
10
11
11
## Introduction
12
12
13
-
For this **pair-programming** activity we are going to use a [REPL](https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop). You can find a REPL that runs in the browser for programming languages as JavaScript in [https://repl.it/languages/babel](https://repl.it/languages/babel).
13
+
For this **pair-programming** activity we are going to have both people in the pair work in their own repos.
14
+
At the end of the exercise, both students should have identical code in their respective repos.
14
15
15
16
Ready to start?
16
17
@@ -19,14 +20,14 @@ Ready to start?
19
20
20
21
- Fork this repo
21
22
- Clone this repo
22
-
- Go to [repl.it](https://repl.it/languages/nodejs) and create an account (or login if you have one)
23
-
- Type this in the *Code Editor* (left panel)
23
+
- Type this in the *File Tab* (left panel)
24
24
25
25
```javascript
26
26
console.log("I'm ready!");
27
27
```
28
-
- Press `run ►`
29
-
- If you can see the message in the right side panel, you are really ready!
28
+
- Save
29
+
- Open a terminal and navigate to the directory where the script file is, then issue the following command `node js/index.js`
30
+
- If you can see the message in the terminal panel (bottom), you are really ready!
0 commit comments