Last active
May 31, 2017 03:05
-
-
Save zbigniewTomczak/a7986930272f5d88ff99 to your computer and use it in GitHub Desktop.
JavaScript training links/materials
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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