Skip to content

Instantly share code, notes, and snippets.

@newton-migosi
Created March 13, 2019 20:53
Show Gist options
  • Save newton-migosi/f010d0bcac6b21cb52e826cba72448cb to your computer and use it in GitHub Desktop.
Save newton-migosi/f010d0bcac6b21cb52e826cba72448cb to your computer and use it in GitHub Desktop.
[[1,2,3],[4,5,6],[7,8,9]].map(row=> row.map((el, i) => i < 2 ? el - 1 : el))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment