-
Notifications
You must be signed in to change notification settings - Fork 126
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
feat(m4): add solution exercise 012 completed #3535
base: main
Are you sure you want to change the base?
feat(m4): add solution exercise 012 completed #3535
Commits on Apr 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43ce8ec - Browse repository at this point
Copy the full SHA 43ce8ecView commit details
Commits on Apr 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd57c90 - Browse repository at this point
Copy the full SHA dd57c90View commit details
Commits on Apr 13, 2023
-
fix(m1): added the ES module way to export the functions, renamed par…
…seOrdinalNummber to parseOrdinalNumber, added the required package.json file to run in Visual Studio Code in the modules.js library
Configuration menu - View commit details
-
Copy full SHA for 820e2c4 - Browse repository at this point
Copy the full SHA 820e2c4View commit details -
fix(m1): added the function parseOrdinalNumberNew to convert integer …
…to ordinal numbers beyond number 12 in the modules.js library
Configuration menu - View commit details
-
Copy full SHA for b18f07b - Browse repository at this point
Copy the full SHA b18f07bView commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3dee586 - Browse repository at this point
Copy the full SHA 3dee586View commit details -
fix(m1): edited isDayValue, isMonthValue and isYearValue functions fo…
…r let them returns boolean values instead numeric ones modules.js library
Configuration menu - View commit details
-
Copy full SHA for 4dbc79d - Browse repository at this point
Copy the full SHA 4dbc79dView commit details -
fix(m1): changed all console.log to console.warn in module.js library…
… and added test file modules.test.js build with jest to test the modules.js library
Configuration menu - View commit details
-
Copy full SHA for 60adf89 - Browse repository at this point
Copy the full SHA 60adf89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f3974 - Browse repository at this point
Copy the full SHA 47f3974View commit details
Commits on Jul 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 92cd081 - Browse repository at this point
Copy the full SHA 92cd081View commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cedb274 - Browse repository at this point
Copy the full SHA cedb274View commit details
Commits on Jul 18, 2023
-
fix(projects): removed unnecessary spread operator in all sort functi…
…ons in sort-modules.js because function cleanForSortingNumbers already uses it
Configuration menu - View commit details
-
Copy full SHA for 414eda4 - Browse repository at this point
Copy the full SHA 414eda4View commit details
Commits on Aug 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 528dcdc - Browse repository at this point
Copy the full SHA 528dcdcView commit details -
fix(lib): removed redundant code changing iteration loops in bubbleSo…
…rtNumbers, selectionSortNumbers, insertionSortNumbers, mergeSortNumbersArray and replaced order string variable with boolean ascending, in sort-modules library
Configuration menu - View commit details
-
Copy full SHA for cbcd154 - Browse repository at this point
Copy the full SHA cbcd154View commit details -
fix(lib): replaced order string value with boolean consistently with …
…the updated library, in sort-modules test
Configuration menu - View commit details
-
Copy full SHA for 9c9c3c4 - Browse repository at this point
Copy the full SHA 9c9c3c4View commit details -
fix(lib): filter was used instead of for in the cleanForSortingNumber…
…s function, in sort-modules library
Configuration menu - View commit details
-
Copy full SHA for b54eb74 - Browse repository at this point
Copy the full SHA b54eb74View commit details
Commits on Jan 14, 2024
-
feat(lib): added the file files-promises-modules.js containing a list…
… of shared functions for the m4 exercises
Configuration menu - View commit details
-
Copy full SHA for 75b88f0 - Browse repository at this point
Copy the full SHA 75b88f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5ce4e3 - Browse repository at this point
Copy the full SHA f5ce4e3View commit details