You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ console.log('Thank You!');
33
33
34
34
## :five: Five Takeaways :bulb:
35
35
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).
37
37
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**.
39
39
40
40
- 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**.
0 commit comments