compare-versions icon indicating copy to clipboard operation
compare-versions copied to clipboard

Compare-versions not working when one value is undefined

Open Saikumarvurukonda opened this issue 2 years ago • 0 comments

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

Saikumarvurukonda avatar Apr 12 '22 19:04 Saikumarvurukonda