Skip to content

Instantly share code, notes, and snippets.

@M3kH
Last active March 26, 2017 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save M3kH/19f78a17657a54d280a31eb9cb9664cd to your computer and use it in GitHub Desktop.
Save M3kH/19f78a17657a54d280a31eb9cb9664cd to your computer and use it in GitHub Desktop.
HYF - JavaScript

Hack Your JavaScript

This is the description of the classes for JavaScript foundamentals.

Composition

- Values, Operators and Variables (lesson 1)

- Primitives Types (lesson 1)
    - Strings
    - Numbers
    - Array
    - Function
    - Objects litterals

- Conditions (lesson 1)

- Functions (lesson 2)

- For Loops and While (lesson 2)

- String and Array Manipulations (lesson 2 / 3)

- Closures, Scope and Immediately Invoked function expression (lesson 3)

- Call Backs and Promises (lesson 3)

- Async VS Sync (lesson 4)

- XHTTP Requests (lesson 4)

- Objects and Instances (lesson 5)

- Test Driven Development (lesson 6)

References

We demand our student to be prepared (or at least to breafly read) the content of the class.

I'm concern that a lot of students would like to have video resources, although my preference goes trough books. If you would like to recommend resource that I should add, please pm me.


Lesson 1 ( 19/02/2017 )

Lesson 2 ( 26/02/2017 )

@saadali21
Copy link

I think those are they , maybe you can add "callback" , "promises" in somewhere.

@M3kH
Copy link
Author

M3kH commented Feb 22, 2017

For exercises sign-up on https://www.freecodecamp.com/

To be complete Lesson 1:
schermata 2017-02-22 alle 06 45 26
schermata 2017-02-22 alle 06 46 02

@M3kH
Copy link
Author

M3kH commented Feb 26, 2017

To be complete for the next session:
screen shot 2017-02-26 at 16 05 33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment