Hi Cliff,
In 03, around line 470, there's this paragraph:
The extra work of finding the size of the array and iterating through its members is actually not necessary when we use the alternative lookup syntax. Can you rewrite this example with the lookup syntax?
I wasn't exactly sure what you meant by "alternative lookup syntax." Did you mean the ? lookup operator? Are you asking the student to write out a more verbose path rather than use map:find()?
Joe
Hi Cliff,
In 03, around line 470, there's this paragraph:
I wasn't exactly sure what you meant by "alternative lookup syntax." Did you mean the
?lookup operator? Are you asking the student to write out a more verbose path rather than usemap:find()?Joe