Skip to content

Commit cd7c86a

Browse files
committed
translate 'The delete Operator' in 'delete' to ja
1 parent 985299b commit cd7c86a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/ja/core/delete.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
## The `delete` Operator
1+
## `delete`演算子
22

3-
In short, it's *impossible* to delete global variables, functions and some other
4-
stuff in JavaScript which have a `DontDelete` attribute set.
3+
端的に言って、JavaScriptの関数やその他の要素は`DontDelete`属性が設定されているので、グローバル変数を消去する事は*不可能*です。
54

65
### Global code and Function code
76

0 commit comments

Comments
 (0)