Write a function that helps developers test their code. It should take in any value val and return an object with the following two functions. Input: func = () => expect(5).toBe(5) Output: {"value": true} Explanation: 5 === 5 so this expression returns true. #30daysChallenge
0
0
2
81
0
Download Image