Skip to content

Solutions to exercises in tech skills sessions #12

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

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
cd2effc
Adds solution by Marin
mbalabanov Jul 5, 2022
d574d48
Adds writing to answers.txt file
mbalabanov Jul 5, 2022
b4c1e3d
Tweaks variable names
mbalabanov Jul 5, 2022
783a712
Adds hidden files to git ignore
mbalabanov Jul 6, 2022
54fa6d2
Adds back Jasmine dependencies to package.json
mbalabanov Jul 6, 2022
33c7573
Merge branch 'boolean-uk:main' into main
mbalabanov Jul 11, 2022
d47d38b
Adds initial solution for question 1 in requirements
mbalabanov Jul 12, 2022
f6acc2a
Changes return value to expected format
mbalabanov Jul 12, 2022
693f69e
Cleans up functions
mbalabanov Jul 12, 2022
d277c9f
Adds Jasmine tests
mbalabanov Jul 12, 2022
2a2056f
Renames variables and functions
mbalabanov Jul 12, 2022
1065082
Renames variable
mbalabanov Jul 12, 2022
3c53025
Renames variable
mbalabanov Jul 12, 2022
7537777
Cleans up code and renames variable
mbalabanov Jul 12, 2022
be65940
Clean up
mbalabanov Jul 12, 2022
b652201
Removes comments
mbalabanov Jul 12, 2022
5dbc393
Renames variable
mbalabanov Jul 12, 2022
5e60c4e
Renames variables and constants to match naming convention
mbalabanov Jul 12, 2022
49e86a1
Adds new solution to 1-reading-writing files that satisfies the tests
mbalabanov Jul 14, 2022
432933c
Improves code formatting
mbalabanov Jul 15, 2022
e78d4c3
Improves code format
mbalabanov Jul 15, 2022
12218ef
Solves recursive reverse string (and provides Jasmine test)
mbalabanov Jul 15, 2022
f0ff339
Adds solution for savings-account-balance
mbalabanov Jul 15, 2022
3f4818e
Solves time class with tests - last test still fails
mbalabanov Jul 17, 2022
a4fbcc3
Corrects lest test
mbalabanov Jul 17, 2022
75f6993
Updates formatting in test
mbalabanov Jul 17, 2022
f95a7a9
Merge branch 'boolean-uk:main' into main
mbalabanov Jul 17, 2022
31a1347
Add exercise three without any solutions yet
mbalabanov Jul 18, 2022
325b719
Incomplete solution to 3-test-js-grad/02-oldest-package-name
mbalabanov Jul 18, 2022
3a47a29
Solves 3-test-js-grad/01-count-major-versions-above-10
mbalabanov Jul 18, 2022
f227c70
Corrects tests
mbalabanov Jul 18, 2022
8002886
Adds unelegant solutions for 3-test-js-grad with PASSING tests
mbalabanov Jul 19, 2022
a11fa78
Improves on one of the unelegant solutions of 3-test-js-grad
mbalabanov Jul 19, 2022
26dc56f
Improves naming
mbalabanov Jul 19, 2022
8064760
Removes redundant line of code
mbalabanov Jul 19, 2022
4152dc9
Shortens condition to ternary
mbalabanov Jul 19, 2022
5ca376d
Formatting
mbalabanov Jul 23, 2022
dc039a1
Merge branch 'boolean-uk:main' into main
mbalabanov Jul 23, 2022
114883a
Solves Vonage boardgame exercise with tests
mbalabanov Jul 23, 2022
54a780a
Refactors to extract methods and check for lower board limits
mbalabanov Jul 23, 2022
8ce97a7
Refactors to extract one more method
mbalabanov Jul 23, 2022
1f8f579
Refactors to reduce methods and ignore invalid inputs
mbalabanov Jul 23, 2022
83897c7
Refactors to clean up and scope methods and formats to satisfy linter
mbalabanov Jul 23, 2022
bcf3e96
Renames methods for clarity
mbalabanov Jul 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

.DS_Store
2 changes: 1 addition & 1 deletion requirement-sets/1-reading-writing-files/input.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ NSWE
NSN
N
NSSSSNNN
NSEEEEWWNWNWSWEN
NSEEEEWWNWNWSWEN
Loading