Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of KTU

KTU

KTU has asked 1 questions and find answers to 2 problems.

Stats

31
EtPoint
4
Vote count
1
questions
2
answers

About

A full-stack developer that love to hack and create prototype.

Favorite code:

try {
  // something
} catch (e) {
   window.location.href = "http://stackoverflow.com/search?q=[js] + " + e.message;
}