Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of theAlexandrian

theAlexandrian

theAlexandrian has asked 0 questions and find answers to 1 problems.

Stats

15
EtPoint
3
Vote count
0
questions
1
answers

About

I'm sure JavaScripters can explain this:

let x = [[][[] & []] + []][[] - []][!([] | []) + ![]];
console.log(x === "n");
// → true

theAlexandrian questions