DEV Community

Discussion on: July 23rd, 2020: What did you learn this week? CodeLand Edition

Collapse
 
yuhanasy profile image
Yuhanas Yulianto

as I write code in javascript, I often get typeErrors because of undefined when accessing a property in an object. Today, I learn various ways to handle that, so I can deliver my app without worrying of breaking the page.