Skip to content

Commit 6048c23

Browse files
authored
Update README.md
1 parent e27134e commit 6048c23

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

javascript/README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
# JavaScript Notes
1+
## JavaScript
22

3-
### Table of Content
4-
- [Introduction](#introduction)
5-
- [Advanced](#advanced)
6-
- [Node.js](#nodejs)
7-
- [Express.js](#expressjs)
8-
- [React.js](#reactjs)
9-
10-
## Introduction
3+
### Introduction
114

125
* [Introduction to JavaScript](https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/)
136
* [Cookies, document.cookie](https://javascript.info/cookie)
147
* [Understanding Hoisting in JavaScript](https://scotch.io/tutorials/understanding-hoisting-in-javascript)
158
* [JavaScript Design Patterns](https://medium.com/better-programming/javascript-design-patterns-25f0faaaa15)
169
* [JavaScript Finished Proposals](https://github.com/tc39/proposals/blob/master/finished-proposals.md)
1710

18-
## Advanced
11+
### Advanced
1912

2013
* [ES6 — Set vs Array — What and when?](https://medium.com/front-end-weekly/es6-set-vs-array-what-and-when-efc055655e1a)
2114
* [Simplify your JavaScript – Use .map(), .reduce(), and .filter()](https://medium.com/poka-techblog/simplify-your-javascript-use-map-reduce-and-filter-bd02c593cc2d)
@@ -31,7 +24,7 @@
3124
* [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html)
3225
* [Object Oriented Programming in JavaScript – Explained with Examples](https://www.freecodecamp.org/news/how-javascript-implements-oop/)
3326

34-
## Node.js
27+
### Node.js
3528

3629
* [Understanding Node.js Event-Driven Architecture](https://www.freecodecamp.org/news/understanding-node-js-event-driven-architecture-223292fcbc2d/)
3730
* [Requiring modules in Node.js: Everything you need to know](https://www.freecodecamp.org/news/requiring-modules-in-node-js-everything-you-need-to-know-e7fbd119be8/)
@@ -45,4 +38,5 @@
4538
* [Production Best Practices: Security](https://expressjs.com/en/advanced/best-practice-security.html)
4639
* [Health Checks and Graceful Shutdown](https://expressjs.com/en/advanced/healthcheck-graceful-shutdown.html)
4740

48-
## React.js
41+
### React.js
42+
TBD

0 commit comments

Comments
 (0)