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: archive/j/javascript/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Welcome to Sample Programs in Javascript! To find documentation related to the Javascript code in this repo, look [here.](https://sampleprograms.io/languages/javascript)
4
4
5
-
## Sample Programs List - 32/38 :smile:
5
+
## Sample Programs List - 33/38 :smile:
6
6
7
7
In this section, we feature a list of completed and missing programs in Javascript. See above for the current amount of completed programs in Javascript. If you see a program that is missing and would like to add it, please submit an issue, so we can assign it to you.
8
8
@@ -30,6 +30,7 @@ Below, you'll find a list of completed code snippets in Javascript. Code snippet
30
30
-:warning:[Longest Common Subsequence in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+common+subsequence+javascript)[[Requirements](https://sampleprograms.io/projects/longest-common-subsequence)]
31
31
-:warning:[Longest Palindromic Substring in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+palindromic+substring+javascript)[[Requirements](https://sampleprograms.io/projects/longest-palindromic-substring)]
32
32
-:warning:[Longest Word in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+longest+word+javascript)[[Requirements](https://sampleprograms.io/projects/longest-word)]
33
+
-:warning:[Maximum Subarray in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+maximum+subarray+javascript)[[Requirements](https://sampleprograms.io/projects/maximum-subarray)]
33
34
-:warning:[Merge Sort in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+merge+sort+javascript)[[Requirements](https://sampleprograms.io/projects/merge-sort)]
34
35
-:warning:[Palindromic Number in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+palindromic+number+javascript)[[Requirements](https://sampleprograms.io/projects/palindromic-number)]
35
36
-:warning:[Prime Number in Javascript](https://github.com//TheRenegadeCoder/sample-programs-website/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+prime+number+javascript)[[Requirements](https://sampleprograms.io/projects/prime-number)]
@@ -51,7 +52,6 @@ The following list contains all of the approved programs that are not currently
51
52
-:x:[Duplicate Character Counter](https://github.com/TheRenegadeCoder/sample-programs/issues/new?assignees=&labels=enhancement,duplicate+character+counter&template=code-snippet-request.md&title=Add+Duplicate+Character+Counter+in+Javascript)[[Requirements](https://sampleprograms.io/projects/duplicate-character-counter)]
0 commit comments