21. After you evaluate code for exceptions, you can use a : 1320983.
21. After you evaluate code for exceptions, you can use a ____ statement to perform cleanup or necessary tasks.?
a.?tryb.?throw
c.?catchd.?finally
22. Which of the following JavaScript statements works like a breakpoint??
a.?break;b.?”use strict”;
c.?debugger;d.?console.log();
23. Which of the following JavaScript statements requests that processors remove some features from the language and require more stringent syntax for other features??
a.?break;b.?”use strict”;
c.?debugger;d.?console.log();
24. An infinite loop is an example of a(n) ____ error.?
a.?syntaxb.?run-time
c.?logicd.?user
25. Writing values directly to the console is known as ____.?
a.?loggingb.?writing
c.?stepping outd.?breaking
21. After you evaluate code for exceptions, you can use a : 1320983