Skip to content

Commit

Permalink
fix: Erase a sentence about discussion (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuiGeeDev committed Sep 30, 2024
1 parent 625f1d5 commit 3555981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ko/guide/migrating-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $ npm install "express@>={{ site.data.express.next_version }}" --save

Express 5는 `app.del()` 함수를 더 이상 지원하지 않습니다. 이 함수를 사용하면 오류에 대한 예외 처리(throw)가 발생합니다. HTTP DELETE 라우트를 등록하려면 `app.delete()` 함수를 대신 사용하십시오.

`delete`는 JavaScript의 예약된 키워드이므로, 처음에는 `delete` 대신 `del`이 사용되었습니다. 그러나, ECMAScript 6을 기준으로, `delete` 및 다른 예약된 키워드를 정식 특성 이름으로 사용할 수 있게 되었습니다. `app.del` 함수 사용 중단의 요인이 된 토론을 여기서 읽을 수 있습니다.
`delete`는 JavaScript의 예약된 키워드이므로, 처음에는 `delete` 대신 `del`이 사용되었습니다. 그러나, ECMAScript 6을 기준으로, `delete` 및 다른 예약된 키워드를 정식 특성 이름으로 사용할 수 있게 되었습니다.

<h4 id="app.param">app.param(fn)</h4>

Expand Down

0 comments on commit 3555981

Please sign in to comment.