Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

YunaAnn/JavaScriptAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

JavaScriptAlgorythms

  • JavaScript
  • CSS 3
  • HTML 5
  • Bootstrap
  1. Name Swap

    • EXAMPLE:
      1. Doe Jane -> Jane Doe
      2. Nowak Jan -> Jan Nowak
  2. Palindrome

    • EXAMPLE PALIDROMES:
      1. Never odd or even.
      2. Do geese see God?
  3. Reverse String

    • EXAMPLE
      1. cat -> tac
      2. rain -> niar
  4. Alphabetize String

    • EXAMPLE
      1. cat -> act
      2. rain -> ainr
  5. Repeat String

    • EXAMPLE
      1. cat, 5 -> catcatcatcatcat
      2. rain, 4' -> rainrainrainrain
  6. Find the Longest String

    • EXAMPLE
      1. Hello, what's up? -> Hello
      2. I like trains :3 -> trains
  7. Find the Largest Value

    • EXAMPLE
      1. 1,3,10,4,6,7,8 -> 10
      2. 302,17,35,66,100,1 -> 302
  8. Find the Smallest Value

    • EXAMPLE
      1. 1,3,10,4,6,7,8 -> 1
      2. 302,17,35,66,100,1 -> 1

AltStyle によって変換されたページ (->オリジナル) /