! 4 @ 0 @ 4 !
Что-то пошло не так. Главная страница
Факт о медицине:
And for everyone else, there is the JavaScript Console, which is quite similar in functionality to the Firebug + YSlow bundle (although, if true, these tools are still much more powerful). This console displays the entire DOM model of the current page with syntax highlighting, a convenient navigator for all its elements, as well as a list of all applied CSS styles with the ability to change parameters on the fly and view the result. What pleasantly surprised me is that you can enter and execute JS code in the console, while auto-completion and hints for those libraries that are connected on the current page immediately work.
Медицинские новости:
Secondly, the browser has a separate JS debugger, which, however, has only a command line interface, but allows you to do all the basic operations with the code - working with breakpoints, tracing, etc. Working with him is unusual, but if you get used to it, then quite. A list of available commands can be obtained by typing “ help ”, a list of all used JS files and other resources can be obtained by the scripts command , breakpoint management is break , break_info and clean . This is for true console virtuosos.
|