Skip to content

Commit b0f82c3

Browse files
author
Nathan Cotrim Lemos
authored
Update README.md
1 parent ca32653 commit b0f82c3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
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>
1+
<h2 align="center">Recreating Javascript Functions 🎆</h2>
72

83
<div align="center">
94

@@ -15,13 +10,13 @@
1510

1611
<br>
1712

18-
<h2>Notes:</h2>
13+
### Notes 🖋️
1914

2015
<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>
2116

2217
<br>
2318

24-
## Functions I did until now:
19+
### Functions I did until now :basecamp:
2520

2621
+ Array.prototype.at()
2722
+ Array.prototype.concat()
@@ -37,5 +32,10 @@
3732
<hr>
3833
<br>
3934

40-
## ✍️ Author - <a name = "author">Nathan Cotrim - MIT License</a>
35+
### Author 🗾
36+
37+
Nathan Cotrim - MIT
38+
39+
- https://github.com/NathanCotrim
40+
- https://linktr.ee/nate.sfteng
4141

0 commit comments

Comments
 (0)