Skip to content

Commit 6bb2db2

Browse files
authored
Update 100_JS_Que
1 parent ff816a3 commit 6bb2db2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

100Questions/100_JS_Que

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ const func = (function(a){
603603
console.log(func);
604604

605605
output: 5
606-
//delete keyword only use with object properties. here a is a variable so it will not work the variable.
606+
//delete keyword only use with object properties. here a is a variable so it will not work the variable. //delete user.age
607607
------------------------------------------------------------------------------------------
608608

609609

0 commit comments

Comments
 (0)