compare-versions
compare-versions copied to clipboard
Compare-versions not working when one value is undefined
I'm getting a variable undefined, where I'm comparing it with another then I'm getting the issue let a=10, let b; Compare(a,b,>=)
Received: Error Expected: false