Skip to content

Commit d382cd1

Browse files
committed
Various minor content updates
1 parent 9678648 commit d382cd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

JavaScript-Quick-Reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ A comprehensive yet concise quick-reference and overview of JavaScript fundament
3636
- [4.1 String](#41-string)
3737
- [4.2 Numbers](#42-numbers)
3838
- [4.3 Math](#43-math)
39-
- [4.4 Leveraging Randomness with Math.random()](#95-leveraging-randomness-with-mathrandom)
39+
- [4.4 Leveraging Randomness with Math.random()](#45-leveraging-randomness-with-mathrandom)
4040
- [4.5 Date](#44-date)
4141

4242
## DOM & DOM Manipulation
@@ -70,8 +70,8 @@ A comprehensive yet concise quick-reference and overview of JavaScript fundament
7070
- [9.2 Choosing Between Objects and Arrays](#92-choosing-between-objects-and-arrays)
7171
- [9.3 Managing User Input](#93-managing-user-input)
7272
- [9.4 Form Validation](#94-form-validation)
73-
- [9.5 Persisting Data with Web Storage](#96-persisting-data-with-web-storage)
74-
- [9.6 Coding Logic vs Data Retrieval & Execution](#97-coding-logic-vs-data-retrieval--execution)
73+
- [9.5 Persisting Data with Web Storage](#95-persisting-data-with-web-storage)
74+
- [9.6 Coding Logic vs Data Retrieval & Execution](#96-coding-logic-vs-data-retrieval--execution)
7575

7676
## Tips and Best Practices
7777

0 commit comments

Comments
 (0)