...

/

Challenge: Iterator Pattern

Challenge: Iterator Pattern

In this challenge, you have to implement the iterator pattern to solve the given problem.

We'll cover the following...

Problem statement

In this challenge, you have to reverse iterate a simple hashmap and display its key values.

You need to implement the reverseIterate function that accepts the hashmap, items, and displays the key values in reverse. To ...