Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfd2c79

Browse files
committed
some progress in changing shedule
1 parent 0ae128a commit cfd2c79

File tree

4 files changed

+8
-28
lines changed

4 files changed

+8
-28
lines changed

Week1/MAKEME.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,6 @@
1212
2. Core Programming Syntax
1313
3. Variables and Data Types
1414

15-
## Step 1: Command Line
16-
17-
_Deadline Tuesday_
18-
19-
>We covered a bit of command line usage in the first class and got a program running which is great. If you need a refresher for the command line please have a look here: https://github.com/HackYourFuture/CommandLine
20-
21-
1. Create a `.js` file that prints `Hello` when you run it from the command line. (Hint: `node` is the program that can run your JavaScript files.)
22-
23-
```
24-
Write commands to do following:
25-
1. create a directory. Enter a directory. Create an empty file named blank.
26-
2. Then write the content `"Hello"` five times to the file greetings.txt.
27-
Then copy the file greetings.txt and paste its contents into 1.txt, 2.txt, 3.txt, 4.txt and 5.txt.
28-
3. Then write the text "cat" to pets.txt
29-
Then append the text "dog" to pets.txt
30-
Then append the text "hamster" to pets.txt
31-
4. Then write the text "cat" to commands.txt
32-
Then append the text "ls" to commands.txt
33-
Then append the text "pwd" to commands.txt
34-
5. Then find unique strings from these two files pets.txt and commands.txt
35-
and store the unique strings in lovelyCommands.txt
36-
```
37-
3815

3916
## Step 2: Feedback
4017

Week4/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
```
77
In week five we will discuss the following topics:
8-
• First Git Session
98
• Events
109
• Callbacks
1110
• XHTTP Requests

Week6/MAKEME.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
55
### Step 1: Feedback
66

7+
_Deadline Monday_
8+
79
Give feedback on `step 3` of `week 5` to one of your fellow students (do this by creating issues in Github).
810

911
### Step 2: Fix issues and API

Week7/MAKEME.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22

33
>[Here](https://github.com/HackYourFuture/JavaScript/tree/master/Week7/README.md) you find the readings you have to complete before the eighth lecture.
44
5-
## Step 1: Git Homework
5+
## Step 1: Give feedback on Step 3 and 4 of last weeks homework.
66

7-
[Make these assignments](https://github.com/HackYourFuture/Git/blob/master/Lecture-3.md). For handing in homework follow the Forking workflow that is described in our lecture-3.md file of HackYourFuture’s Git repository (there is also a video that explains this).
8-
9-
## Step 2: Give feedback on Step 3 and 4 of last weeks homework.
7+
_Deadline Monday_
108

119
Give feedback on the SPA (Github API) and git branching homework of one of you fellow students. Please provide the feedback in an issue.
1210

11+
## Step 2: Git Homework
12+
13+
[Make these assignments](https://github.com/HackYourFuture/Git/blob/master/Lecture-3.md). For handing in homework follow the Forking workflow that is described in our lecture-3.md file of HackYourFuture’s Git repository (there is also a video that explains this).
14+
1315
## Step 3: Issues
1416

1517
- Solve all your Git issues. DO NO CLOSE AN ISSUE WITHOUT AN EXPLANATION OR CODE COMMIT REFERENCING THAT ISSUE.

0 commit comments

Comments
 (0)