On this challenge here:
Learn to Code — For Free
There seems to be different tests for the solution on the actual challenge page compared to what is on the Github. Does it just take some time before changes are synchronized?
I ask because someone was asking about a false positive check on their solution:
Tell us what’s happening:
I passed the challenge. However, the challenge states: " Finish writing this function so that it returns true only if the users object contains all four names, Alan , Jeff , Sarah , and Ryan , as keys, and false otherwise." So if I change even one of the properties inside of the object being used here (I changed Ryan to Mark), shouldn’t the function I typed return false? I can only think that this is an error/typo in the challenge parameters. Which is fine, but either …
ILM
May 28, 2019, 6:37pm
2
The beta version of the site is at FreeCodeCamp.rocks, I think that is where the version on GitHub is deployed
Now and then it is deployed to production
2 Likes
Ah I see, that makes sense. Thanks!