|
|
|
|
|
by orangecat
5002 days ago
|
|
but every language has annoying quirks. IMO Javascript's quirks are unusually bad because failing to avoid them frequently results in code that appears to work just fine (and will probably pass all its tests), only to blow up at some random point in the future. Missing var, == instead of ===, for-in without hasOwnProperty... |
|