DEV Community

Discussion on: JavaScript check if property exists in Object

Collapse
 
bacloud22 profile image
aben

I really like ensuring JavaScript safety by JavaScript built-in environment (browser, node..) and what the language has to offer itself. No typescript, no build systems...

I think it doesn't really make code complex not is it hard to achieve. With good discipline and attention I think the developer would have even more control on his code.

Thanks for the article

Collapse
 
dailydevtips1 profile image
Chris Bongers

Sometimes we tend to overcomplicate for no reason.
Plain JavaScript can handle a lot of things for us that actually might even work quicker.