Git Product home page Git Product logo

javascript-challenges's Introduction

JavaScript Challenges

Learning new things about JS by solving one kata each day

Over time, the system for solving these has evolved, and now Jest has been added to facilitate a TDD approach. In this way, tests can be run in VSCode before any need for the tests on the site.

Solution files have also been added to dissect some of the best practices or cleverest submissions.

Conventional Commits

This repository has been used to experiment with the Conventional Commits method. As described here, these are a specification for adding human and machine readable meaning to commit messages.

For the purpose of documenting progress in the challenges, the following types have been used (inspired by the Angular Commit Guidelines):

  • docs: updating the README or the md files for each challenge
  • test: the initial tests have been set up for the challenge
  • feat: completion of the challenge so that all the tests pass
  • refactor: refining the solution so that it uses fewer lines, or is more powerful
  • perf: the Best Practice and Clever solutions have been added at the bottom for reference

The normal structure for these messages is as follows:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

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.