Skip to content
View dzsodzso63's full-sized avatar
Block or Report

Block or report dzsodzso63

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. The Bowling Score Calculator kata The Bowling Score Calculator kata
    1
    var bowling = {
    2
        getScore: function(scoreString){
    3
            if (scoreString.length < 11) return -1;
    4
            if (scoreString.length > 21) return -1;
    5
            if (!scoreString.match(/^([1-9]|X|\/|-)*$/)) return -1;
  2. GildedRose_Jasmine GildedRose_Jasmine Public

    Forked from brunogarcia/GildedRose_Jasmine

    Refactoring kata for the dojo (2015 MLOC conf Budapest)

    JavaScript

  3. wallabyjs/public wallabyjs/public Public

    Repository for Wallaby.js questions and issues

    753 45

  4. shahabyazdi/react-multi-date-picker shahabyazdi/react-multi-date-picker Public

    a simple React datepicker component for working with gregorian, persian, arabic and indian calendars

    JavaScript 734 87

  5. lerna lerna Public

    Forked from lerna/lerna

    🐉 A tool for managing JavaScript projects with multiple packages.

    JavaScript 1

  6. nft-web-test nft-web-test Public archive

    Closed Repo.

    TypeScript 1