rolling-scopes / webinar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the chat at https://gitter.im/rolling-scopes/webinar

Our chat

https://gitter.im/rolling-scopes/webinar

Upcoming meetup in Krakow:

https://krakow.rollingscopes.com/

Score table

https://docs.google.com/spreadsheets/d/1ETE1frfop19VkJ51jYp-7zzYH8Si5VuuQvWtz22WfoE/edit#gid=0

Tasks

  1. Welcome Aboard
  2. Mastering markdown (Just read! Deadline: 4-Jun-2016)
  3. https://www.codeschool.com/courses/discover-devtools (Short, free online course. Deadline: 7-Jun-2016 )
  4. Codewars
  1. https://github.com/rolling-scopes-school/js-assignments (Solve as much as you can. Deadline: 20-Jun-2016)
  2. Optional
  3. Custom jQuery( Deadline: 20-Jun-2016)
  4. Make Function
function add(x, y) { return x + y; }
function mul(x, y) { return x * y; }
function make(/*???*/) { /* ??? */ }

var s = make(1)(2)(3)(4)(5);
Assert(s(add) == 15);
Assert(s(mul) == 120);
var x = make(5)(10)(15);
Assert(x(add) == 30);
Assert(x(mul) == 750);

Slides

  1. JS Overview
  2. Data Types
  3. Self-education
  4. Scope
  5. DOM
  6. DOM Events
  7. Functions. Part I
  8. Functions. Part II
  9. Let and const
  10. https://github.com/rolling-scopes-school/tasks/blob/master/tasks/js-intro-test.md
  11. http://pveller.blogspot.com.by/2012/04/functional-javascript.html - one more "make" solution
  12. Modules in JS. Nodejs intro
  13. HTTP
  14. Ajax
  15. es6
  16. Promise & Fetch & generators
  17. Animations

Links

###Feedack https://goo.gl/38iB6V

About