Deprecate utility tag
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: sdbm
|
||||
tags: math,utility,intermediate
|
||||
tags: math,intermediate
|
||||
---
|
||||
|
||||
Hashes the input string into a whole number.
|
||||
@ -20,4 +20,4 @@ const sdbm = str => {
|
||||
|
||||
```js
|
||||
sdbm('name'); // -3521204949
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user