@@ -4,40 +4,40 @@ Welcome to Sample Programs in JavaScript!
44
55## Sample Programs
66
7- - [ Baklava in JavaScript] [ 8 ]
8- - Solution borrowed from @toturkmen via the [ baklava repo] [ 1 ]
9- - [ Bubblesort in Javascript] [ 18 ]
10- - [ Capitalize in JavaScript] [ 12 ]
11- - Even Odd in JavaScript
12- - [ Export in JavaScript] [ 13 ]
13- - [ Factorial in JavaScript] [ 15 ]
14- - [ Fibonacci in JavaScript] [ 9 ]
15- - File IO in JavaScript
16- - [ Fizz Buzz in JavaScript] [ 4 ]
17- - [ Hello World in JavaScript] [ 2 ]
18- - [ Insertion sort in JavaScript] [ 16 ]
19- - [ Import in JavaScript] [ 13 ]
20- - [ Prime Number in JavaScript] [ 14 ]
21- - [ Reverse a String in JavaScript (No Emoji Support)] [ 3 ]
22- - [ Roman Numeral Conversion in JavaScript] [ 17 ]
23- - [ Convex Hull in Javascript] [ 18 ]
24- - [ Selection Sort in JavaSciprt] [ 19 ]
25- - [ Quick Sort in JavaScript] [ 20 ]
26- - [ Rotate by 13 in JavaScript] [ 21 ]
27-
7+ - [ Baklava in JavaScript] [ 8 ]
8+ - Solution borrowed from @toturkmen via the [ baklava repo] [ 1 ]
9+ - [ Bubblesort in Javascript] [ 18 ]
10+ - [ Capitalize in JavaScript] [ 12 ]
11+ - Even Odd in JavaScript
12+ - [ Export in JavaScript] [ 13 ]
13+ - [ Factorial in JavaScript] [ 15 ]
14+ - [ Fibonacci in JavaScript] [ 9 ]
15+ - File IO in JavaScript
16+ - [ Fizz Buzz in JavaScript] [ 4 ]
17+ - [ Hello World in JavaScript] [ 2 ]
18+ - [ Insertion sort in JavaScript] [ 16 ]
19+ - [ Import in JavaScript] [ 13 ]
20+ - [ Prime Number in JavaScript] [ 14 ]
21+ - [ Reverse a String in JavaScript (No Emoji Support)] [ 3 ]
22+ - [ Roman Numeral Conversion in JavaScript] [ 17 ]
23+ - [ Convex Hull in Javascript] [ 18 ]
24+ - [ Selection Sort in JavaSciprt] [ 19 ]
25+ - [ Quick Sort in JavaScript] [ 20 ]
26+ - [ Rotate by 13 in JavaScript] [ 21 ]
27+ - [ Game of Life in JavaScript ] [ 22 ]
2828
2929## Fun Facts
3030
31- - Debut: 1995
32- - Typing: Dynamic
31+ - Debut: 1995
32+ - Typing: Dynamic
3333
3434## References
3535
36- - [ JavaScript Wiki] [ 5 ]
37- - [ JavaScript Docs] [ 6 ]
38- - [ Online JavaScript Editor] [ 7 ]
39- - [ Web Standards/Documentation] [ 10 ]
40- - [ JavaScript beginner tutorial] [ 11 ]
36+ - [ JavaScript Wiki] [ 5 ]
37+ - [ JavaScript Docs] [ 6 ]
38+ - [ Online JavaScript Editor] [ 7 ]
39+ - [ Web Standards/Documentation] [ 10 ]
40+ - [ JavaScript beginner tutorial] [ 11 ]
4141
4242[ 1 ] : https://github.com/toturkmen/baklava
4343[ 2 ] : https://therenegadecoder.com/code/hello-world-in-javascript/
@@ -60,3 +60,4 @@ Welcome to Sample Programs in JavaScript!
6060[ 19 ] : https://github.com/TheRenegadeCoder/sample-programs/issues/1380
6161[ 20 ] : https://github.com/TheRenegadeCoder/sample-programs/issues/1649
6262[ 20 ] : https://github.com/TheRenegadeCoder/sample-programs/issues/1379
63+ [ 22 ] : https://github.com/TheRenegadeCoder/sample-programs/issues/1377
0 commit comments