A
A
Alexey Semenyuk2017-02-15 23:05:22
Google Chrome
Alexey Semenyuk, 2017-02-15 23:05:22

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 question

Ask a Question

731 491 924 answers to any question