What is the result of the following code?
"JavaScript".substr(0, 4);
"Jav"
"JavaScript"
"Script"
"Java"