We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985299b commit cd7c86aCopy full SHA for cd7c86a
doc/ja/core/delete.md
@@ -1,7 +1,6 @@
1
-## The `delete` Operator
+## `delete`演算子
2
3
-In short, it's *impossible* to delete global variables, functions and some other
4
-stuff in JavaScript which have a `DontDelete` attribute set.
+端的に言って、JavaScriptの関数やその他の要素は`DontDelete`属性が設定されているので、グローバル変数を消去する事は*不可能*です。
5
6
### Global code and Function code
7
0 commit comments