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

Skip to content

Commit f0e6345

Browse files
committed
fix in agenda
1 parent a798f9b commit f0e6345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Week1/MAKEME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We covered a bit of command line usage in the first class and got a program runn
1414

1515
## Before you start with the homework:
1616

17-
1. Watch: [What is programming] (https://www.khanacademy.org/computing/computer-programming/programming/intro-to-programming/v/programming-intro) Just watch the 2 min video, you do not have to do the entire JavaScript course (It could be useful later on though).
17+
1. Watch: [What is programming](https://www.khanacademy.org/computing/computer-programming/programming/intro-to-programming/v/programming-intro) Just watch the 2 min video, you do not have to do the entire JavaScript course (It could be useful later on though).
1818
2. Please watch the following parts of the course, [Programming Foundations Fundamentals](https://www.lynda.com/Programming-Foundations-tutorials/Welcome/83603/90426-4.html) on Lynda.com (if you don't have access to Lynda yet ask Gijs):
1919
0. Introduction
2020
1. Programming Basics
@@ -25,7 +25,7 @@ We covered a bit of command line usage in the first class and got a program runn
2525

2626
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.)
2727

28-
>2. Write commands to do following:
28+
2. Write commands to do following:
2929
1. create a directory. Enter a directory. Create an empty file named blank.
3030
2. Then write the content `"Hello"` five times to the file greetings.txt.
3131
Then copy the file greetings.txt and paste its contents into 1.txt, 2.txt, 3.txt, 4.txt and 5.txt.

0 commit comments

Comments
 (0)