Solution: List of Words

Let's see the solution to the List of Words challenge.

Solution Task-1

Here, we declare an empty list array and add all words except that end with ‘ing’ to the list array using the endsWith() method.

Let’s have a look at the solution code below:

Get hands-on with 1200+ tech skills courses.