We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b76185 commit 67230aaCopy full SHA for 67230aa
1-js/03-code-quality/06-polyfills/article.md
@@ -48,7 +48,7 @@ Modern project build systems, such as [webpack](http://webpack.github.io/), prov
48
49
New language features may include not only syntax constructs and operators, but also built-in functions.
50
51
-For example, `Math.trunc(n)` is a function that "cuts off" the decimal part of a number, e.g `Math.trunc(1.23) = 1`.
+For example, `Math.trunc(n)` is a function that "cuts off" the decimal part of a number, e.g `Math.trunc(1.23)` returns `1`.
52
53
In some (very outdated) JavaScript engines, there's no `Math.trunc`, so such code will fail.
54
0 commit comments