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.
2 parents 58c901c + 7d0e236 commit d14e8b7Copy full SHA for d14e8b7
README.md
@@ -1640,7 +1640,7 @@ Other Style Guides
1640
const totalScore = String(this.reviewScore);
1641
```
1642
1643
- - [21.3](#21.3) <a name='21.3'></a> Use `parseInt` for Numbers and always with a radix for type casting.
+ - [21.3](#21.3) <a name='21.3'></a> Numbers: Use `Number` for type casting and `parseInt` always with a radix for parsing strings.
1644
1645
```javascript
1646
const inputValue = '4';
0 commit comments