Skip to content

Instantly share code, notes, and snippets.

@tessafallon
Created January 22, 2014 06:02
Show Gist options
  • Save tessafallon/8554095 to your computer and use it in GitHub Desktop.
Save tessafallon/8554095 to your computer and use it in GitHub Desktop.
Js quizzes 3
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