Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Michael Zalla

Michael Zalla

Michael Zalla has asked 1 questions and find answers to 1 problems.

Stats

16
EtPoint
1
Vote count
1
questions
1
answers

About

try {
    assert(this === realLife || this === fantasy);
} catch(LandslideError) {
    (function reality() {
        reality();
    }());
}