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