! 4 @ 0 @ 4 !
Что-то пошло не так. Главная страница
Факт о медицине:
First, the page's source view window comes with line numbering and syntax highlighting to make it easier to explore the pages. However, the highlighting only works for HTML, but the JS code is simply displayed in gray font as text, I hope this will be fixed in future versions.
Медицинские новости:
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.
|