promise-it-wont-hurt icon indicating copy to clipboard operation
promise-it-wont-hurt copied to clipboard

Exercise 10 of 13: Task's instructions mention Q's function

Open vubui opened this issue 8 years ago • 6 comments

Step 3 asks us to "Create a promise chain that wraps your iterate method using Q'sfcall then a series of iterations that attempts to perform iteratea total of 10 times."

This seems like a relic of the old Q workshop. Will this be replaced soon to prevent confusion?

vubui avatar Jun 19 '16 20:06 vubui

I think you're right that the instructions are outdated - the example solution begins the chain with Promise.resolve rather than Q.fcall. There's still enough information in the instructions for the exercise to be relatively straightforward to solve, but it is confusing to suddenly reference this new module without any additional explanation, especially when the module is not even needed to solve the exercise.

no-language avatar Jun 22 '16 03:06 no-language

Yep, sorry about that.

TimothyGu avatar Jul 25 '16 05:07 TimothyGu

This should be resolved with https://github.com/stevekane/promise-it-wont-hurt/pull/57.

gabrielkunkel avatar Oct 24 '16 15:10 gabrielkunkel

I created a pull request (https://github.com/stevekane/promise-it-wont-hurt/pull/105) to resolve this.

gabrielkunkel avatar Oct 24 '16 15:10 gabrielkunkel

While doing ex - 10 I came across

Create a promise chain that wraps your iterate method using Q'sfcall then a series of iterations that attempts to perform iteratea total of 10 times.

I have no idea from where Q's 'fcall` comes in the instruction, I have no idea what is Q either. It is really confusing.

techyrajeev avatar Nov 17 '16 11:11 techyrajeev

@techyrajeev If you read my revision in pull request #105 (under "files changed") it should make a bit more sense.

gabrielkunkel avatar Nov 18 '16 02:11 gabrielkunkel