Krzysztof G.

Results 280 comments of Krzysztof G.

Hey @mahassan Could you provide specific steps to reproduce the issue? I haven't noticed such behavior when using code from issue. Additionally, what browser and OS are you using?

Hey @devshah207, you are already assigned to different issue - https://github.com/freeCodeCamp/freeCodeCamp/issues/56219.

Hey @doosabhulaxmi, you are already assigned to different issue. You cannot be assigned to multiple issues. Please stop requesting assignment.

Hi @suryaanshah. Congrats on your first pull request (PR)! 🎉 Thank you for your contribution to the page! 👍 We are happy to accept these changes and look forward to...

Hey @Omar8345, did you had a chance to look at the PR feedback above?

This is slightly touched in the Building a Role Playing Game: https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-basic-javascript-by-building-a-role-playing-game/step-15 https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/learn-basic-javascript-by-building-a-role-playing-game/step-16

Related issue specifically on topic of requiring semi-colons in JS curriculum: https://github.com/freeCodeCamp/freeCodeCamp/issues/53694

One of the tests is checking `assert.deepEqual(spreadsheetFunctions.range([1, 5, 10]), [1, 2, 3, 4, 5]);`, so it's clearly intended to use first and second number.

There was change from requiring `null` to _falsey_ https://github.com/freeCodeCamp/freeCodeCamp/pull/53800. Further steps still have `null` in the seed code.

https://github.com/freeCodeCamp/freeCodeCamp/blob/6b9979ae50cd7202d85beab843729d9b3d2322fe/client/src/redux/donation-saga.js#L44-L53 Is the `|| isModalRecentlyShown` in `if` correct? Shouldn't that be `&& !isModalRecentlyShown` instead?