DEV Community

Discussion on: NOT NOT, Not Working As Expected

Collapse
 
kaleman15 profile image
Kevin Alemán

Hey! Just a couple of things:

In your example with if ('params' in data) && ('type' in data.params)) { you're missing a ( from the if statement.

The True and False are more python things, maybe you can use true and false.

Good article! Keep it up!

Collapse
 
rfornal profile image
bob.ts

I'll make the adjustments now. Thanks for catching the missing paren.