Quote Originally Posted by Lisa View Post
My IQ is about twice yours, sorry

PHP Code:
var LisaIQLevel = function (number){
    if (
50 number ){
         return  
console.log("Lisa is not able to understand this function.");
    }
   else{
         return 
console.log("There no such like Lisa is smarter than anyone here");
   }
}


LisaIQLevel(30);