Giter Site home page Giter Site logo

webinar's Introduction

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

webinar's People

Contributors

dzmitry-varabei avatar andrei-yanovich avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.