File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ Ready to start?
36
36
## Submission
37
37
38
38
Upon completion, run the following commands:
39
- ```
39
+
40
+ ``` shell
40
41
$ git add .
41
42
$ git commit -m " done"
42
43
$ git push origin master
@@ -54,10 +55,10 @@ _You should make a PR (stands for Pull Request) as soon as you make any signific
54
55
55
56
### Iteration 1: Names and Input
56
57
57
- 1.1 Create a variable ` hacker1 ` with the driver's name. <br >
58
- 1.2 Print ` "The driver's name is XXXX" ` .<br >
59
- 1.3 Create a variable ` hacker2 ` with the navigator's name.<br >
60
- 1.4 Print ` "The navigator's name is YYYY" ` .
58
+ 1.1 Create a variable ` hacker1 ` with the driver's name. <br >
59
+ 1.2 Print ` "The driver's name is XXXX" ` .<br >
60
+ 1.3 Create a variable ` hacker2 ` with the navigator's name.<br >
61
+ 1.4 Print ` "The navigator's name is YYYY" ` .
61
62
62
63
### Iteration 2: Conditionals
63
64
2.1. Depending on which name [ is longer] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length ) , print:
You can’t perform that action at this time.
0 commit comments