Challenge 1: Remove Even Integers From an Array
The challenge consists of a given array from which you need to remove all even integers.
We'll cover the following...
Introduction
Here is a short guide to these challenge lessons.
- The function definition is always given in the problem