∑ XahLee is a user on noagendasocial.com. You can follow them or interact with them if you have an account anywhere in the fediverse.
If you don't, you can sign up here.
#JavaScript tip: clear array by 「ar.splice(0)」 better than 「ar=[]」 because the latter assingns a new value. Is a problem if the variable is a constant. JS: Array.prototype.splice http://xahlee.info/js/js_array_splice.html