Comment on Show HN: Dev atrophy test – Can you still code without AI?parentComments−Stoo1yYour button answer is wrong though because the input tag can't have content. The version using input should be <input type="submit" value="Submit" />.−Stoo1yHaving said that, I did just get marked down for having filter(num => num % 2 === 0) when the correct answer shouild (apparently) be filter(x => x % 2 === 0) so it's not great.
Comments
Your button answer is wrong though because the input tag can't have content. The version using input should be <input type="submit" value="Submit" />.
Having said that, I did just get marked down for having filter(num => num % 2 === 0) when the correct answer shouild (apparently) be filter(x => x % 2 === 0) so it's not great.