What is the result of the following expression?
"JavaScript".substr(4, 6);
"ScriptJ"
"Java"
"ScriptJa"
"Script"