Message from JavaScript discussions

July 2018

— I see

— 

Some longread about: https://medium.com/javascript-scene/common-misconceptions-about-inheritance-in-javascript-d5d9bab29b0a

— Yea wat about it

— Https://t.me/blackhut

— Hi there, Im trying to debug a web page some one has sended me... but

— I cant see the code on the console, only the css and the HTML

— On firefox

— Thought on chrome I can see the code...

— Console doesnt display code, it is on debugger tab..

— You technically can...

document
.getElementsByTagName('script')
.forEach(elem =>
console.log(elem.textContent));


But you should use the other devtools tabs

Message permanent page

— What mean it?

— Cors happens when you are trying to request from a different url than the one running .. if your serving using express .. just npm i cors .. and you should be fine

Message permanent page