Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this refer to code added to the function in addition to what we saw in part one? #34

Closed
RachBLondon opened this issue Sep 20, 2015 · 6 comments
Labels

Comments

@RachBLondon
Copy link

https://github.com/dwyl/learn-tdd/blob/master/README.md#L14

I am assuming so?

Thanks!

@nelsonic
Copy link
Member

Hi @RachelBLondon the link you just shared does not highlight a specific line.
Line 14 of the readme is blank in the current commit: https://github.com/dwyl/learn-tdd/blame/4b594c9b8d28b128aad09459127c99c562d08baa/README.md#L14

@RachBLondon
Copy link
Author

Ahh yeah, sorry still getting my head around the codeline urls for README.mds -- but it is basically this bit in the bonus work I mean:

if(cashPaid == 1337) { ATM = [20, 10, 5, 2]; for(var i = 0; i< 18; i++) { ATM.push(100) }; return ATM; }

@nelsonic
Copy link
Member

Yes, scroll down till you see the screenshots, you will see it in context.

@RachBLondon
Copy link
Author

Thanks :-)

@nelsonic
Copy link
Member

@RachBLondon did you understand it?

@RachBLondon
Copy link
Author

Yep - its testing to see if any extra code has been added (in this case the bit I pasted you) I am having some trouble getting hapi serve to run though, but I think Ill look at it tomorrow now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants