We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df9ece5 commit 0855a0aCopy full SHA for 0855a0a
translations/ja-JP.md
@@ -403,8 +403,6 @@ function myFunc() {
403
404
> **メモ:** もしある関数が値を返さなければ、それは暗黙的な `return` も明示的な `return` も行っていません。
405
406
-> **Note:** If your function does not return a value (with *side effects*), it doesn't do an explicit nor an implicit return.
407
-
408
加えて、 *オブジェクト* を暗黙的に返したい場合は、ブロックのかっことの衝突を防ぐために **その周りにかっこを付ける必要があります**:
409
410
```js
0 commit comments