• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Secrets of the JavaScript Ninja: Promises?

 
Greenhorn
Posts: 29
1
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi John Resig, Bear Bibeault & Josip Maras, A very warm welcome & congratulations for your new book. I have some questions.
1. Does this book take a dig on how to deal with asynschronous values, as far as Promises are concerned?
2. Does it offer some practice samples for each topic on the book?

Thanks, Amandeep
 
Sheriff
Posts: 67753
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Promises are a huge part of modern JavaScript development, and yes, section 6.3 deals extensively with understanding promises.

I'm currently working on a large administrative console project using Angular JS, and sometimes it seems like I spend all my time making promises that make more promises that make more promises...

That's also why I found this post that I made in the Meaningless Drivel forum so amusing
reply
    Bookmark Topic Watch Topic
  • New Topic