Skip to content

Instantly share code, notes, and snippets.

@zbigniewTomczak
Last active May 31, 2017 03:05
Show Gist options
  • Save zbigniewTomczak/a7986930272f5d88ff99 to your computer and use it in GitHub Desktop.
Save zbigniewTomczak/a7986930272f5d88ff99 to your computer and use it in GitHub Desktop.
JavaScript training links/materials
https://github.com/pwoloszun
http://dealplat.com/
http://overapi.com/javascript/
for(var k in obj) {obj[k]};
Array.push();
Object.hasOwnProperty();
Array.indexOf() // -1
Hoisting
apply, call
Closure (domknięcie)
Namespace Pattern
Module Pattern
jasmine, chai, sinon
Priviledged method vs prototype method
underscore.js
handlebars.js
document.ready vs window.onload events
http://chaijs.com/
Data, context and interaction (DCI)
angular, backbone, underscore, jasmine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment