mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
dependencies: update and clean (and auto-fix style issues) (#1195)
* Update npm dependencies (and auto-fix style issues)
* Updated Documentation in README.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
@@ -26,5 +26,5 @@ export function collatz (n) {
|
||||
steps.push(n)
|
||||
}
|
||||
|
||||
return { result: n, steps: steps }
|
||||
return { result: n, steps }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user