Giter Club home page Giter Club logo

dont-string-me-along's Introduction

Don't String Me Along

Don't String Me Along is a coding challenge that is sometimes great and sometimes makes you wish you never met.

Description

In this exercise you must will solve a number of challenges for dealing with manipulating and searching strings in various ways.

Objectives

  1. Fork this repository to your own GitHub profile and clone to your local machine.

  2. Write a function that finds the missing numbers in the following sequence of numbers "9899100101103104105".

  3. Write a function that takes a string of two words as input such as a name and swaps the order of the words with a comma separating the two words. Ex. "Jay Won" => "Won, Jay" Bonus: Use RegEx to solve this problem

  4. Write a function that takes 2 strings as input and tests if the first string can be found in a circular variation of the second string.

  5. Write a function that takes a single word as input and tests if it is a palindrome (ex. racecar), the same forwards as backwards. Bonus: Test for the existence of any palindromes in a word

dont-string-me-along's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.