Created
January 22, 2014 06:02
-
-
Save tessafallon/8554095 to your computer and use it in GitHub Desktop.
Js quizzes 3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. bob | |
2. 5 | |
3. var = full_name function(first_name, last_name){ | |
return (first_name+ " " +last_name); | |
} | |
4. 25 | |
5. 8 | |
6. my_fun() | |
7. function | |
8. 1 [wrong] | |
9. "gotta catch 'em all, Pokemon!" | |
10. kesha(); | |
11. [the answer given is incorrect; lambchop does have a return statement] | |
12. "Dr. " [wrong] | |
13. "Argument Error" | |
14. 3 | |
15. Error or undefined [wrong] | |
16. undefined | |
17. Slaughterhouse-Five | |
18. 5 [wrong] | |
19. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment