Pick any 5 challenges at Hacker Hero: Basic Algorithm course. This time, you would solve it using JavaScript but do it using TDD approach. Remember to create test cases first and make sure test cases don’t pass first. Then write the function. For each challenge, create a separate file containing the test cases. Then demonstrate how you c...