Challenge: Iterator Pattern
In this challenge, you have to implement the iterator pattern to solve the given problem.
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 reverse ...