Open MDjavaheri opened 3 years ago
There's a simple typo in the JS sample code that's preventing this from running. A == should be !=.
==
!=
i think you are wrong. the '==' is fine. they wanna make sure you are not using the default value.
Just a small fix
There's a simple typo in the JS sample code that's preventing this from running. A
==
should be!=
.Before:
After: