Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Conversation

@turisap
Copy link
Contributor

@turisap turisap commented Mar 1, 2018

This is a completely new feature for broadening API. The swapElements(x, y, target) swaps two elements at a given array target at specified indexes x and y. There are also a test file for this function which can be found in tests/swapElements.test.js.

turisap added 2 commits March 1, 2018 16:39
this is a completely new feature, swapElements swaps two elements at a given array at specified

indexes

*
Corrections in code as removing semicolons, changing line breaks from CRLF to LF, adding whitespaces
@turisap turisap closed this Mar 1, 2018
@codecov-io
Copy link

codecov-io commented Mar 1, 2018

Codecov Report

Merging #152 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #152   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          55     56    +1     
  Lines         186    189    +3     
=====================================
+ Hits          186    189    +3
Impacted Files Coverage Δ
src/swapElements.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d09db9d...35622e3. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants