hedgehog.js
Version: 
A group of Hedgehogs is called an Array, But this allows you to use the word Hedgehog instead of Array in your Javascript
16 lines (11 loc) • 435 B
Markdown
<p align="center">
  <img src="https://user-images.githubusercontent.com/11928027/54430768-58b14f80-4703-11e9-8aad-8bca6c8fca98.gif" width="400px">
</p>
<h1>Hedgehog.js</h1>  
A group of Hedgehogs is called an Array, But this allows you to use the word Hedgehog instead of Array in your Javascript
**Example**
```
let myHedgehog = new Hedgehog([])
Hedgehog.isHedgehog(myHedgehog) //true
Hedgehog.from('foo') // ['f', 'o', 'o']
```