Krzysztof G.

Results 280 comments of Krzysztof G.

Thank you for reporting this issue. The relevant steps were just updated, changes are already present in the codebase, but they still might not appear in the production. After the...

Thank you for reporting this issue. There isn't any strict requirement for the parameter name of the callback function. It's not required to use _rule_, test will allow literally and...

@RGHANILOO, sorry, I should be more clear. The second test is this one: https://github.com/freeCodeCamp/freeCodeCamp/blob/c628dbca7dd0d3a41c1331b5741a6760b23c634e/curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-basic-string-and-array-methods-by-building-a-music-player/653639d63a45a077333312c8.md?plain=1#L25-L29 Without updating it with similar pattern as first one, it will be able for condition that...

Hey @samGreer For example in _Cash Register Project_: - Camper changes `cid` and `price` in code. - Preview is reloaded, effectively executing all code. This includes definitions of variables in...

I was tinkering with tracking, what global variables might have been added by campers. As much as there's few more or less hacky ways, like: Listing all variables added after...

> Also, order shouldn't matter here because we want to test that campers understand the concept. Not forcing a particular order here. > > This should pass but currently doesn't...

> Add an `if` statement to check whether the `userData?.currentSong` is falsy *OR* if `userData?.currentSong.id` is strictly not equal to `song.id`. This condition will check if no current song is...

Another reason for this is the ability to easily view what permissions have certain role, and what permissions exist, without having live db running. With each new migration (manual or...

Hey @mehraTushar We typically do not assign issues. Instead, we accept the first pull request that comprehensively solves the issue. Issues labelled with `help wanted` or `first timers only` are...

[Learn Relational Databases by Building a Mario Database](https://github.com/freeCodeCamp/learn-relational-databases-by-building-a-mario-database) tutorial. ## Affected page https://github.com/freeCodeCamp/learn-relational-databases-by-building-a-mario-database/blob/v1.0.4/.freeCodeCamp/test/895.test.js Test is checking table and column from one of the previous steps. It should check `more_info` and...