Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
java2anand
/
JavaScript
Public
forked from
TheAlgorithms/JavaScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
JavaScript
String
on
cddfc34
User selector
All users
All time
Commit history
Commits on Aug 20, 2021
Update String/CheckPascalCase.js
Show description for cddfc34
suryapratapsinghsuryavanshi
and
raklaptudirm
authored
cddfc34
View commit details
Copy full SHA for cddfc34
View code at this point
Browse repository at this point
Update String/CheckCamelCase.js
Show description for 8722d52
suryapratapsinghsuryavanshi
and
raklaptudirm
authored
8722d52
View commit details
Copy full SHA for 8722d52
View code at this point
Browse repository at this point
Commits on Aug 19, 2021
add CheckPascalCase method
suryapratapsinghsuryavanshi
committed
e48f5e2
View commit details
Copy full SHA for e48f5e2
View code at this point
Browse repository at this point
add CheckCamelCase method
suryapratapsinghsuryavanshi
committed
77c3a9e
View commit details
Copy full SHA for 77c3a9e
View code at this point
Browse repository at this point
Commits on Aug 18, 2021
reformatted the code with the standard.js code style
suryapratapsinghsuryavanshi
committed
ae74e6b
View commit details
Copy full SHA for ae74e6b
View code at this point
Browse repository at this point
add problem source and explanation reference
suryapratapsinghsuryavanshi
committed
713ab61
View commit details
Copy full SHA for 713ab61
View code at this point
Browse repository at this point
re-formate the code
suryapratapsinghsuryavanshi
committed
fd71eff
View commit details
Copy full SHA for fd71eff
View code at this point
Browse repository at this point
add new line at the end of the file
suryapratapsinghsuryavanshi
committed
29fee5f
View commit details
Copy full SHA for 29fee5f
View code at this point
Browse repository at this point
add AlternativeStringArrange method in string category
suryapratapsinghsuryavanshi
committed
6893c4f
View commit details
Copy full SHA for 6893c4f
View code at this point
Browse repository at this point
Commits on Jul 11, 2021
Added HammingDistance.js and HammingDistance.test.js in String directory
AbhinavXT
committed
7af96ae
View commit details
Copy full SHA for 7af96ae
View code at this point
Browse repository at this point
Commits on May 21, 2021
fix(LevenshteinDistance.test.js): Fixed broken test
raklaptudirm
committed
b77c0a1
View commit details
Copy full SHA for b77c0a1
View code at this point
Browse repository at this point
feat(PermutateString.js): Array.prototype.map() -> Array.prototype.forEach()
raklaptudirm
committed
7992caa
View commit details
Copy full SHA for 7992caa
View code at this point
Browse repository at this point
Commits on May 6, 2021
Added test script for CreatePermutations and file name change
thivagar-manickam
committed
9f24341
View commit details
Copy full SHA for 9f24341
View code at this point
Browse repository at this point
Commits on Feb 16, 2021
#559 Improve Palindrome check
Show description for 4bc2b28
IamLokesh
and
LOkesh
authored
4bc2b28
View commit details
Copy full SHA for 4bc2b28
View code at this point
Browse repository at this point
Commits on Jan 22, 2021
Merge pull request #532 from Khez/string-validate-email
Show description for 71192ab
marsonya
authored
71192ab
View commit details
Copy full SHA for 71192ab
View code at this point
Browse repository at this point
Commits on Jan 20, 2021
Merge pull request #533 from Khez/string-reverse-words
Show description for d8395e7
marsonya
authored
d8395e7
View commit details
Copy full SHA for d8395e7
View code at this point
Browse repository at this point
Merge pull request #534 from Khez/string-reverse-string
Show description for 9386c29
marsonya
authored
9386c29
View commit details
Copy full SHA for 9386c29
View code at this point
Browse repository at this point
Commits on Oct 30, 2020
Apply JS standard rules on KMPPatternSearching.js
rahul1995
committed
291f7b1
View commit details
Copy full SHA for 291f7b1
View code at this point
Browse repository at this point
Add KMP string searching algorithm
rahul1995
committed
2c5aaa3
View commit details
Copy full SHA for 2c5aaa3
View code at this point
Browse repository at this point
StandardJS Checks require space after function name
Khez
committed
6bc638b
View commit details
Copy full SHA for 6bc638b
View code at this point
Browse repository at this point
#142 #461 Adding Doctests to String/ReverseString.js
Khez
committed
84e4c99
View commit details
Copy full SHA for 84e4c99
View code at this point
Browse repository at this point
#142 #461 Adding Doctests to String/ReverseWords.js
Khez
committed
50091d2
View commit details
Copy full SHA for 50091d2
View code at this point
Browse repository at this point
#142 #461 Adding Doctests to String/ValidateEmail.js
Khez
committed
09d38fe
View commit details
Copy full SHA for 09d38fe
View code at this point
Browse repository at this point
Commits on Oct 19, 2020
Modify ValidateEmail.js to accept all suffixes
baciucristian
committed
a57323b
View commit details
Copy full SHA for a57323b
View code at this point
Browse repository at this point
Merge pull request #496 from Mozartuss/master
Show description for 26f57ad
ruppysuppy
authored
26f57ad
View commit details
Copy full SHA for 26f57ad
View code at this point
Browse repository at this point
Commits on Oct 18, 2020
Only Node.js version (delete crypto version (Browser))
Mozartuss
committed
f455cc3
View commit details
Copy full SHA for f455cc3
View code at this point
Browse repository at this point
Commits on Oct 17, 2020
add generateUUID.js
Mozartuss
committed
b651e54
View commit details
Copy full SHA for b651e54
View code at this point
Browse repository at this point
Commits on Oct 16, 2020
Added check pangram algorithm
garifullin_aa
committed
54198ac
View commit details
Copy full SHA for 54198ac
View code at this point
Browse repository at this point
Added check pangram algorithm
R-Oscar
committed
4a26347
View commit details
Copy full SHA for 4a26347
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
Merge pull request #403 from rubiin/master
Show description for 7b2c305
ruppysuppy
authored
7b2c305
View commit details
Copy full SHA for 7b2c305
View code at this point
Browse repository at this point
Update createPurmutations.js
rubiin
authored
90c4900
View commit details
Copy full SHA for 90c4900
View code at this point
Browse repository at this point
Update and rename CreatePurmutations.js to createPurmutations.js
rubiin
authored
a0750f3
View commit details
Copy full SHA for a0750f3
View code at this point
Browse repository at this point
Commits on Oct 12, 2020
Add Email Validation Function (#462)
Show description for 9b63efc
aladin002dz
authored
9b63efc
View commit details
Copy full SHA for 9b63efc
View code at this point
Browse repository at this point
Commits on Oct 11, 2020
Add tests to Math (#423)
Show description for e112434
ephraimduncan
authored
e112434
View commit details
Copy full SHA for e112434
View code at this point
Browse repository at this point
Merge pull request #458 from piemme/adding-string-permutation-algorithm
Show description for 8cb5644
pomkarnath98
authored
8cb5644
View commit details
Copy full SHA for 8cb5644
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.