FreeCodeCamp
About
A platform to help people learn to code for free. Has an interactive learning platform where learners have to solve coding challenges to earn certifications.
Motivation
I had an incorrect solution which passed all the tests on the platform. However, I came to know through forum discussions that my solution was incorrect. I then decided to fix the test cases so that my solution would fail and make the test suite robust.
Work
- Fixed test cases for challenges which allowed incorrect solutions to pass.