Deprecate utility tag
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: toOrdinalSuffix
|
||||
tags: utility,math,intermediate
|
||||
tags: math,intermediate
|
||||
---
|
||||
|
||||
Adds an ordinal suffix to a number.
|
||||
@ -24,4 +24,4 @@ const toOrdinalSuffix = num => {
|
||||
|
||||
```js
|
||||
toOrdinalSuffix('123'); // "123rd"
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user