N
N
Nicholas Komarov2015-11-19 04:17:07
JavaScript
Nicholas Komarov, 2015-11-19 04:17:07

Is it possible to dig inside js?

Hi all. I'm currently learning js and I have a question. In js, is it possible to see the source code of objects such as Window.
When I was learning java, you could open the library there and see everything about everything, and it's very cool to understand. Is there no such thing in js?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
link_irk, 2015-11-19
@link_irk

Every modern browser has developer tools.
For example: console.log(window) will print information about the window object to the browser console.

K
Konstantin Kitmanov, 2015-11-19
@k12th

Read the book with the rhinoceros .

When I was learning java, you could open the library there and see everything about everything, and it's very cool to understand.
Well, in principle, you can open the source of V8 and see how it is implemented, but I do not advise. It's best to read the specs.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question