xxxxxxxxxx
function sum(a, a, c) { // !!! syntax error
'use strict';
return a + a + c; // wrong if this code ran
}
xxxxxxxxxx
'use strict';
delete Object.prototype; // throws a TypeError
xxxxxxxxxx
function emptyFunction() {
// this is an empty function, it does nothing
}