Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonren0403 authored Sep 18, 2024
1 parent dbbdcb2 commit 9f95503
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Math.sin(x)

## 描述

## 描述
由于 `sin()``Math` 的静态方法,应该总是以 `Math.sin()` 的形式,而不是作为 `Math` 对象的方法来使用它(`Math` 不是构造函数)。

## 示例
Expand Down

0 comments on commit 9f95503

Please sign in to comment.