Skip to content
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

Open
wants to merge 17 commits into
base: main
Choose a base branch
from

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    43ce8ec View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    dd57c90 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. 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
    carlolombardini committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    820e2c4 View commit details
    Browse the repository at this point in the history
  2. fix(m1): added the function parseOrdinalNumberNew to convert integer …

    …to ordinal numbers beyond number 12 in the modules.js library
    carlolombardini committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b18f07b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    3dee586 View commit details
    Browse the repository at this point in the history
  2. fix(m1): edited isDayValue, isMonthValue and isYearValue functions fo…

    …r let them returns boolean values instead numeric ones modules.js library
    carlolombardini committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4dbc79d View commit details
    Browse the repository at this point in the history
  3. 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
    carlolombardini committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    60adf89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    47f3974 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    92cd081 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    cedb274 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. fix(projects): removed unnecessary spread operator in all sort functi…

    …ons in sort-modules.js because function cleanForSortingNumbers already uses it
    carlolombardini committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    414eda4 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    528dcdc View commit details
    Browse the repository at this point in the history
  2. 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
    carlolombardini committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    cbcd154 View commit details
    Browse the repository at this point in the history
  3. fix(lib): replaced order string value with boolean consistently with …

    …the updated library, in sort-modules test
    carlolombardini committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9c9c3c4 View commit details
    Browse the repository at this point in the history
  4. fix(lib): filter was used instead of for in the cleanForSortingNumber…

    …s function, in sort-modules library
    carlolombardini committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b54eb74 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. feat(lib): added the file files-promises-modules.js containing a list…

    … of shared functions for the m4 exercises
    carlolombardini committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    75b88f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5ce4e3 View commit details
    Browse the repository at this point in the history