Use the modulo operator ( % 2 == 0 ) to find even rows, columns, or values.
// Task 1: Write a function that increases each element by 1 function incrementAll(matrix) // Your code here Codehs 8.1.5 Manipulating 2d Arrays
// Task 3: Write a function that swaps the first and last row function swapFirstLastRow(matrix) // Your code here Use the modulo operator ( % 2 ==