Hacker News new | ask | show | jobs
by settler4 2832 days ago
It would be nice to have a sectioin with things that work differently in both languages. For example in python `if []:` evaluates to False while in javascript `if ([]) {` evaluates to True.