Forum Discussion

BenoitB's avatar
BenoitB
Community Hero
4 years ago

[JS SCRIPT] Best way to determine if variable is empty

Hello all,   Currently i use these routines to determine if a variable or an object is "empty" (undefined, null, empty). Works well but curious if you have better implementation on your side ? ...