Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Commit e244711

Browse files
committed
link within FooCoding
1 parent 8354e96 commit e244711

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
> Please help us improve and share your feedback! If you find better tutorials
2-
or links, please share them by [opening a pull request](https://github.com/HackYourFuture/JavaScript1/pulls).
2+
or links, please share them by [opening a pull request](https://github.com/FooCoding/JavaScript1/pulls).
33

4-
# HackYourFuture - JavaScript 1
4+
# JavaScript 1
55

66
Here you can find course content and homework for the JavaScript 1 module
77

@@ -18,5 +18,5 @@ We expect you to __always__ come prepared to the class on Sunday.
1818
### Overall
1919
A good understanding of all the above mentioned topics. Want to check your Knowledge? Go through the [JavaScript Fundamentals README](../../../fundamentals/blob/master/README.md) and research/ ask for help (Slack!) with the concepts that are not entirely clear.
2020

21-
22-
*The HackYourFuture curriculum is subject to CC BY copyright. This means you can freely use our materials, but just make sure to give us credit for it :)*
21+
---
22+
Credit goes to [HackYourFuture](https://github.com/HackYourFuture) which this is based upon.

Week1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ In week one we will discuss the following topics:
77

88
### Here are resources that we like you to read as a preparation for the coming lecture.
99

10-
- In your next lecture your teacher will teach you your first GIT session, please look through the [GIT](https://github.com/HackYourFuture/Git) repository and read about the learning goals.
10+
- In your next lecture your teacher will teach you your first GIT session, please look through the [GIT](https://github.com/FooCoding/Git) repository and read about the learning goals.
1111
- Please watch [Up Running with Bash Scripting](https://www.lynda.com/Bash-tutorials/Up-Running-Bash-Scripting/142989-2.html)
1212
as a recap on the cli classes you have had (1 hour and 25 min). Please ask Wouter for access to Lynda.com
1313
- Please watch the first 5 chapters of the [Git essential training](https://www.lynda.com/Git-tutorials/Git-Essential-Training/100222-2.html)

Week2/MAKEME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Topics discussed in class this week:
1212
1313
## Before you start with the homework:
1414

15-
1. Review the [Git course material](https://github.com/HackYourFuture/Git) of last week.
15+
1. Review the [Git course material](https://github.com/FooCoding/Git) of last week.
1616
2. 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).
1717
3. 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):
1818
<br>**0. Introduction**
@@ -93,7 +93,7 @@ console.log("the value of my string will be: whateverYouThinkItWillLog");
9393
5\.6 `console.log` the highest value.
9494
9595
6\. _Arrays_
96-
6\.1 Declare an empty array. Make sure that the name you choose indicates 'plurality', because an array is capable of containing more than one element. (See [Naming conventions](https://github.com/HackYourFuture/fundamentals/blob/master/fundamentals/naming_conventions.md)).
96+
6\.1 Declare an empty array. Make sure that the name you choose indicates 'plurality', because an array is capable of containing more than one element. (See [Naming conventions](https://github.com/FooCoding/fundamentals/blob/master/fundamentals/naming_conventions.md)).
9797
6\.2 Write a `console.log` statement that explains in words what you think the value of the array is.
9898
6\.3 `console.log` your array.
9999
6\.4 Create an array that has your favorite animals inside (see if you can find a good name that exactly describes what this variable will hold).

0 commit comments

Comments
 (0)