Write an expression that evaluates to true if the value of index is greater than the value of lastIndex .
LANGUAGE: C++
CHALLENGE:
Write an expression that evaluates to true if the value of index is greater than the value of lastIndex.
SOLUTION:
index > lastIndex