Skip to content

Commit 71b0857

Browse files
authored
added github stats link
1 parent 378f074 commit 71b0857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ console.log('Thank You!');
3333

3434
## :five: Five Takeaways :bulb:
3535

36-
- JavaScript is **single threaded**, it simply means it has a **single call stack**.
36+
> GitHub has **maximum number of pull requests in JavaScript repositories**. Check the live stats [here](https://madnight.github.io/githut/#/pull_requests/2020/1).
3737
38-
- GitHub has **maximum number of pull requests in JavaScript repositories**. Check the live stats [here](https://madnight.github.io/githut/#/pull_requests/2020/1).
38+
- JavaScript is **single threaded**, it simply means it has a **single call stack**.
3939

4040
- The asynchronous behaviour is not part of the JavaScript language itself, rather they are built on top of the core JavaScript language in the browser (or the programming environment) and accessed through the **browser APIs**.
4141

0 commit comments

Comments
 (0)