Tagged Questions
6
votes
3answers
10k views
Certifications for Javascript developers? [closed]
I'm looking for a solid and but fast paced entry in field of javascript development.
The following topics come to my mind:
Javascript advanced concepts, OOP
jQuery, jQuery-UI, jQuery-Mobile
...
13
votes
5answers
4k views
What are deferred callbacks?
I understand the idea of a callback, where I pass a function into another function and that function then uses the supplied function at will.
I am struggling to understand deferred callbacks, even ...