Skip to content

acciojob/increment-array

Repository files navigation

Increment Array

Complete the incrementArray function using the increment and decrement operators to create a new array with all of its elements incremented by 1, given an input array.

Acceptance Criteria:

  • The function should return a new array with all of its elements incremented by 1.
  • The function should use the increment operator to increment each element of the input array.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors