Pinned Loading
-
The Bowling Score Calculator kata
The Bowling Score Calculator kata 1var bowling = {
2getScore: function(scoreString){
3if (scoreString.length < 11) return -1;
4if (scoreString.length > 21) return -1;
5if (!scoreString.match(/^([1-9]|X|\/|-)*$/)) return -1;
-
GildedRose_Jasmine
GildedRose_Jasmine PublicForked from brunogarcia/GildedRose_Jasmine
Refactoring kata for the dojo (2015 MLOC conf Budapest)
JavaScript
-
-
shahabyazdi/react-multi-date-picker
shahabyazdi/react-multi-date-picker Publica simple React datepicker component for working with gregorian, persian, arabic and indian calendars
-
lerna
lerna PublicForked from lerna/lerna
🐉 A tool for managing JavaScript projects with multiple packages.
JavaScript 1
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.