/CodingChallenges

List of Coding Challenges

Primary LanguageJavaScript

Coding Challenges

Here is a list of different coding challenges, the coding challenges are intended as exercises used to practice some basic programming concepts in a practical way. Here is a list of challenges:

  • FizzBuzz
    • This challenge is used to describe the properties of a number system
  • Game Of Life
    • Is used to explore the cellular automata concepts.
  • Calculator
    • Calculator with features such as undo using the memento design pattern.
    • In addition the calculator uses localization in order to support other languages.
    • The calculator uses regular expresions in order to validate the calculator input.
  • Local JSON
    • Get local json data in external files locally.
  • Tick Tack Toe
    • Is used to explore design of algorithms, web development and web design.

Other Coding Challenges will be added as needed.