Skip to content

Commit e8ceeaf

Browse files
author
isceruth
committed
Minor improvement
1 parent db0599f commit e8ceeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JavaScript/7-delete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const org = 'HowProgrammingWorks';
44

5-
// console.log(delete org); // Raises SyntaxError in strict mode
5+
// delete org; // Raises SyntaxError in strict mode
66

77
const country = {
88
name: 'Chile',

0 commit comments

Comments
 (0)