JavaScript - Week02a - Developer Console and Error Reporting

Опубликовано: 23 Октябрь 2024
на канале: Bill Barry
200
2

An exploration of how the Developer Console can help see errors in JavaScript code. A look at where errors are reported (often on the next line, not the line you might expect) and how the use of the optional semicolon (at the ends of statements) can improve the accuracy of error reporting.