Skip to content

Comment on Show HN: Dev atrophy test – Can you still code without AI?parent

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.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.