Skip to content

Commit 43b5ae3

Browse files
committed
pull readme
2 parents f90d178 + 0722823 commit 43b5ae3

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
1-
# JS-Functions
1+
<p align="center">
2+
<a href="" rel="noopener">
3+
<img src="https://i0.wp.com/blog.alexdevero.com/wp-content/uploads/2020/01/javascript-functions-all-you-need-to-know-pt.1.jpg?w=1024&ssl=1" alt="Project logo"></a>
4+
</p>
5+
6+
<h1 align="center">Recreating Javascript Functions</h1>
7+
8+
<div align="center">
9+
10+
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)
11+
12+
</div>
13+
14+
---
15+
16+
<br>
17+
18+
<h2>Notes:</h2>
19+
20+
<p>I was thinking... How all js libs have typing, if the minority of them were coded with Typescript? Researching a little I find that typescript has a resource named declaration, it generates a file with *.d.ts extension about a js file, and in it, all the typing are defined, working same typescript! Because it I decided to recriated Javascript function to explore this feature! OBS: newer functions will being added by time</p>
21+
22+
<br>
23+
24+
## Functions I did until now:
25+
26+
+ Array.prototype.at()
27+
+ Array.prototype.concat()
28+
+ Array.prototype.filter()
29+
+ Array.prototype.find()
30+
+ Array.prototype.foreach()
31+
+ Array.prototype.map()
32+
+ Array.prototype.reduce()
33+
+ Array.prototype.some()
34+
35+
<br>
36+
<hr>
37+
<br>
38+
39+
## ✍️ Author - <a name = "author">Nathan Cotrim - MIT License</a>
40+

0 commit comments

Comments
 (0)