var match = this.FBUniqID; alert(match);
When I run the above code in deployd
console, it gives an error
{ "message": "alert is not defined", "status": 400 }
How can I generate an alert message in deployd
?
var match = this.FBUniqID; alert(match);
When I run the above code in deployd
console, it gives an error
{ "message": "alert is not defined", "status": 400 }
How can I generate an alert message in deployd
?