Answer the question
In order to leave comments, you need to log in
Why console.log('hello world'); undefined?
https://www.olx.ua/nedvizhimost/lvov/
gives
> console.log('hello world');
<- undefined
why?
UPD : apparently on the website
console.log = function(){};
the second question is how to get the console back?
UPD :
figured it out)) when building the DOM
CT = console
window.onload = function()
{
console = CT;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question