Giter VIP home page Giter VIP logo

isogram's Introduction

Isogram Checker

Table of contents

Overview

The Challenge

Isogram Checker

For this CodeWars challenge, write a function checks if a word is an isogram. An isogram is a word that has no repeating letters, consecutive or non-consecutive. The application accepts a user's input and evaluates whether or not it is an isogram. Additionally, if the input does not fit the criteria for evaluation, the user is prompted to try again.

NOTE

The input automatically clears after 2.5 seconds.

Files

There are two JavaScript files. Main.js contains the function and additional coding neccessary to connect to the html. Isogram.js has the plain function.

Isogram Checker - Desktop Isogram Checker - Mobile

Links

My process

Built with

  • Semantic HTML5 Markup
  • JavaScript
    • String Methods
    • Array Methods
    • Document Object Model
    • Regular Expressions
    • For Loops
    • Conditional Operators
    • Template Literals
  • CSS3

What I learned

As simple as this app may seem, it was challenging to implement a function that evaluates the input based on certain conditions prior to actually evaluating whether the input is an isogram or not. I learned to how to create functions that used a combination of string & array methods, regular expressions, loops, conditional operators, template literals and DOM maipulation.

Author

isogram's People

Contributors

pia007 avatar

Watchers

 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.