Hi, I am starting in JS using linux (Firefox, Chrome). Is there a way by which I get that there are syntax errors in my JS, how do I get C syntax error in GCC?
Install Firebug, it will save your life !!! In either case, in Firefox you can see the error console in the tool menu, and in Chrome you can open the javascript console in the tool menu.
script -editor, netbeans, . firebug ( , - ).
Chrome: ctrl + shift + j: JavaScript. "", .
FireFox: firebug , chrome.
IDE. netbeans Eclipse, JavaScript. .
jslint / jshint . These tools offer code suggestions to improve code quality and reduce the likelihood of errors (logic), as well as to eliminate syntax and other errors.
Source: https://habr.com/ru/post/1776900/More articles:Python, как настроить крючки для отслеживания событий ввода-вывода - pythonShould rail tests test the database or not? - ruby-on-railsThe problem of recompiling the Google Eclipse plugin - javaDoes the internal PHP Eclipse browser usually have CSS issues? - eclipseWorking with array size - c ++reverse geocoding and localization - iosimplement an instant thread search algorithm - multithreadinghttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1776903/is-it-possible-to-add-missing-symbols-to-public-symbols-in-a-windbg-debugging-session&usg=ALkJrhgU4Ngxa9WMI3YTw9NyPw_T18bCSQaccess command line arguments with gdb - cBind values from list array to list - c #All Articles