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(totalIntegers): create exercise #443

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

Commits on Mar 23, 2024

  1. feat/ add new exercise

    nikitarevenco committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0fd7d68 View commit details
    Browse the repository at this point in the history
  2. feat/ update readme

    nikitarevenco committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    bdce415 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. feat/ add tests

    nikitarevenco committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    49da653 View commit details
    Browse the repository at this point in the history
  2. feat/ add solution

    nikitarevenco committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    73a0f10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e326ec4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66de414 View commit details
    Browse the repository at this point in the history
  5. fix/ semicolon

    nikitarevenco committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    99f8a40 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    afec252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d27fab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    507c436 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6b751c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f95b39c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. feat(totalIntegers): define count as a variable using let in the body…

    … of the function
    
    was not being passed to any function calls
    nikitarevenco committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0ad516b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99ebb57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3efb3f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. feat(totalIntegers): replace comment about best practice with reminde…

    …r that typeof null is object
    nikitarevenco committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c867d73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe07a8c View commit details
    Browse the repository at this point in the history