|
|
|
|
|
by androidgirl
2676 days ago
|
|
I've never used this pattern in Javascript, but it's somewhat common in Python because of how handy the dictionary.get() method is. A few problems TFA solves in JS are much easier with .get(), like defaults and false values. |
|