We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added link
Merge remote-tracking branch 'refs/remotes/origin/master' into R282-Copy
Missing
Added changes DC didnt put on this repo
Done
Merge pull request #72 from userhooke/patch-1 Changed "Kha" to "Kharkiv"
Changed "Kha" to "Kharkiv" It appears that local group has been created already, so I removed mine duplicated one and ask to add https://www.facebook.com/groups/free.code.camp.kharkiv/
Merge pull request #71 from shadowfool/master Update to Bonfire-Sum-All-Primes.md
Update Bonfire-Sum-All-Primes.md
Update Bonfire-Sum-All-Primes.md Added a recursive solution to this problem
Merge pull request #70 from FreeCodeCamp/R282-Copy Adding more git stuff
Added more links and info
Removed spurious Git debris <<<<<<<<<< HEAD was at the top of the page.
Merge pull request #69 from 4everstudent/patch-1 Update Bonfire-Where-do-I-belong.md I'm not sure why you closed it before but it looks fine. Also `;` are optional and is more of a style choice for what I have read. I still prefer to use them myself.
Update Bonfire-Where-do-I-belong.md A semi-colon was missing in the code Solution 2.
Merge pull request #68 from FreeCodeCamp/R282-Copy Added waypoint
Merge pull request #67 from shadowfool/master Update bonfire-repeat-a-string-repeat-a-string.md
Update bonfire-repeat-a-string-repeat-a-string.md Updated solution to better reflect all cases.
Merge pull request #66 from shadowfool/master Update bonfire-repeat-a-string-repeat-a-string.md
Update bonfire-repeat-a-string-repeat-a-string.md Removed solution that used str.prototype.repeat (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/repeat) function as it defeats the purpose of this exercise (to define your own repeat function.) Moreover, the explanation said that there's a loop when in reality there is no loop in the code. I felt this was misleading and spreading misinformation on how to solve this problem. Perhaps the problem should restrict the use of str.prototype.repeat Added a recursive solution which better exemplifies what the third solution was attempting to show.
Merge pull request #65 from FreeCodeCamp/R282-Copy Update
Update Added how to contribute to the wiki.
Merge pull request #64 from FreeCodeCamp/R282-Copy Updated map