Hacker News new | ask | show | jobs
by Stoo 339 days ago
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" />.
1 comments

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.