-
Updated
Jun 16, 2022 - JavaScript
snippets-collection
Here are 208 public repositories matching this topic...
-
Updated
Jul 5, 2022 - Java
-
Updated
Jun 9, 2022 - CSS
-
Updated
May 16, 2022 - JavaScript
-
Updated
Jun 9, 2022 - Python
-
Updated
Jun 9, 2022 - JavaScript
-
Updated
Jan 22, 2021 - PHP
-
Updated
Nov 7, 2020 - Java
-
Updated
Jul 3, 2022 - Java
Anagram
-
Updated
Apr 8, 2021 - JavaScript
-
Updated
Dec 24, 2019 - Kotlin
-
Updated
Jun 13, 2022 - PHP
-
Updated
Jun 5, 2022 - Kotlin
-
Updated
May 4, 2022
-
Updated
Jul 8, 2022
-
Updated
May 28, 2022
-
Updated
Apr 20, 2021 - C#
-
Updated
Oct 20, 2020 - Go
-
Updated
May 17, 2021 - Dart
-
Updated
Apr 9, 2022 - JavaScript
-
Updated
Dec 3, 2019 - JavaScript
-
Updated
May 17, 2022 - TypeScript
-
Updated
Jun 29, 2022
-
Updated
May 3, 2022 - HTML
To add any concepts like reactjs and javascript follow the below steps
- Create / Edit the reactjs and javascripts concepts file in
src/pages/
. - Those files linked into
src/components/data.js
and create a PR.
-
Updated
Oct 25, 2018
-
Updated
May 28, 2022 - Lua
-
Updated
Dec 30, 2020 - Shell
-
Updated
Jul 14, 2021 - TeX
Improve this page
Add a description, image, and links to the snippets-collection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the snippets-collection topic, visit your repo's landing page and select "manage topics."
Make a function that checks if two strings are anagrams
ex:
anagram("abcd3", "3acdb") //false
anagram("123", "456") //false