//create a variable
var myVariable;
//check if the variable is not null
if (myVariable != null) {
//if the variable is not null, do something
}
//output
//if the variable is not null, do something
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)