-
RT @tomayac:
js if (!'foo' in bar) { // foo not supported. }
The above code is buggy 🐛. This would have been spotted easily with…
js
if (!'foo' in bar) {
// foo not supported.
}
The above code is buggy 🐛. This would have been spotted easily with…