hacker-blocks
hacker-blocks copied to clipboard
Problem with getting input for test data
Issue: I have solved the Daily Code Byte problem with Nodejs but there is no information about input test data. I have created a function that takes an input but I don't know how to pass input of test case to the function.
Solution: There should be a function body that lets us access test case data and we have to write code inside it.