@rage said in How do I define "IF is different" ?:
@sergerdn
Thank you !
This looks like JS, does BAS use js script logic ?
Yes, BAS is capable of handling JavaScript or Node.js code.
Hey, I have code from this page:
new Fingerprint2().get(function(result, components) {
console.log(result) // a hash, representing your device fingerprint
console.log(components) // an array of FP components
})
And error in console: "Thread #1 : ReferenceError: Fingerprint2 is not defined"
What`s wrong?