-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add JavaScript solution to Bank OCR Kata #1
Open
dkubb
wants to merge
25
commits into
main
Choose a base branch
from
add/javascript-solution
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jul 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 94d8f44 - Browse repository at this point
Copy the full SHA 94d8f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for c725218 - Browse repository at this point
Copy the full SHA c725218View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622ff36 - Browse repository at this point
Copy the full SHA 622ff36View commit details -
* Add yarn lint:watch command to run eslint on each file change.
Configuration menu - View commit details
-
Copy full SHA for cf33612 - Browse repository at this point
Copy the full SHA cf33612View commit details -
Configuration menu - View commit details
-
Copy full SHA for 911c140 - Browse repository at this point
Copy the full SHA 911c140View commit details -
* Add jasmine configuration * Add stub BankAccount test so CI passes with jasmine * Add yarn test command * Add yarn test:watch command
Configuration menu - View commit details
-
Copy full SHA for 6bcd1b1 - Browse repository at this point
Copy the full SHA 6bcd1b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f388b95 - Browse repository at this point
Copy the full SHA f388b95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7729951 - Browse repository at this point
Copy the full SHA 7729951View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42fd3ad - Browse repository at this point
Copy the full SHA 42fd3adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 868e389 - Browse repository at this point
Copy the full SHA 868e389View commit details -
Configuration menu - View commit details
-
Copy full SHA for b64383e - Browse repository at this point
Copy the full SHA b64383eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d52c9aa - Browse repository at this point
Copy the full SHA d52c9aaView commit details -
Add BankAccount.parse static method
* Add BankAccount.matchDigit private static method
Configuration menu - View commit details
-
Copy full SHA for 4701d03 - Browse repository at this point
Copy the full SHA 4701d03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6cd3f - Browse repository at this point
Copy the full SHA 7b6cd3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7406012 - Browse repository at this point
Copy the full SHA 7406012View commit details -
Configuration menu - View commit details
-
Copy full SHA for df9cd58 - Browse repository at this point
Copy the full SHA df9cd58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66466b3 - Browse repository at this point
Copy the full SHA 66466b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7e2af - Browse repository at this point
Copy the full SHA 3f7e2afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4393138 - Browse repository at this point
Copy the full SHA 4393138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b97fd - Browse repository at this point
Copy the full SHA 33b97fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for c88807b - Browse repository at this point
Copy the full SHA c88807bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb7595c - Browse repository at this point
Copy the full SHA bb7595cView commit details -
Change BankAccount to precompute a map of all permutations of digits
* This mapping allows for small errors to be corrected and mapped to the correct digit.
Configuration menu - View commit details
-
Copy full SHA for c953484 - Browse repository at this point
Copy the full SHA c953484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a49aa1 - Browse repository at this point
Copy the full SHA 2a49aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8fdd5c - Browse repository at this point
Copy the full SHA b8fdd5cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.