DEV Community

Discussion on: What's the dumbest bug you caused yourself

Collapse
 
xyz85046927 profile image
Charles Xavier

this.items = service.call();
...
//ALWAY UNDEFINED 😡
if(!!this.item) {
...
}
I couldn't see the missing "S" 😅