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

Skip to content

Commit af369af

Browse files
committed
added fundementals
1 parent 4799bb4 commit af369af

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is the description of the classes for JavaScript fundamentals.
77

88
|Week|Topic|Read|Homework|
99
|----|-----|----|--------|
10-
|0.|preparation for first JavaScript session|[Reading Week 0](https://github.com/HackYourFuture/JavaScript/tree/master/Week0)|-|
10+
|0.|Preparation for first JavaScript session|[Reading Week 0](https://github.com/HackYourFuture/JavaScript/tree/master/Week0)|-|
1111
|1.|Values, Operators and Variables. Primitives Types ( Strings, Numbers, Arrays, Functions, Objects literals) Conditions|[Reading Week 1](https://github.com/HackYourFuture/JavaScript/tree/master/Week1)| [Homework Week 1](https://github.com/HackYourFuture/JavaScript/tree/master/Week1/MAKEME.md)|
1212
|2.|Functions, For and While Loops,String and Array Manipulations |[Reading Week 2](https://github.com/HackYourFuture/JavaScript/tree/master/Week2)|[Homework Week 2](https://github.com/HackYourFuture/JavaScript/tree/master/Week2/MAKEME.md)|
1313
|3.|String and Array Manipulations, Closures, Scope and Immediately Invoked function expression, Call Backs and Promises|[Reading Week 3](https://github.com/HackYourFuture/JavaScript/tree/master/Week3)|[Homework Week 3](https://github.com/HackYourFuture/JavaScript/tree/master/Week3/MAKEME.md)|
@@ -25,26 +25,6 @@ _We demand our student to be prepared (or at least to briefly read) the content
2525
I'm concerned that a lot of students would like to have video resources, although my preference goes trough books.
2626
If you would like to recommend resource that I should add, please pm me.
2727

28-
---
29-
## Lesson 1 ( 19/02/2017 )
30-
31-
- Introduction ~ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Introduction
32-
- Introduction with scaffolding ~ http://jsforcats.com/
33-
- Values ~ http://eloquentjavascript.net/01_values.html
34-
35-
## Lesson 2 ( 26/02/2017 )
36-
37-
- Functions ~ http://eloquentjavascript.net/03_functions.html
38-
- Program structure ~ http://eloquentjavascript.net/02_program_structure.html
39-
40-
## Lesson 3
41-
42-
## Lesson 4
43-
44-
## Lesson 5
45-
46-
## Lesson 6
47-
48-
4928
Module goals:
29+
A good understanding of all the above mentioned topics. Want to check your Knowledge? Go through the [JavaScript Fundamentals README] (https://github.com/HackYourFuture/JavaScript/tree/master/fundamentalsand) and research/ ask for help (Slack!) with the concepts that are not entirely clear.
5030

0 commit comments

Comments
 (0)