+
",
23 | "none of these",
24 | "all of these"
25 | ],
26 | "answer" : "2"
27 | },
28 | {
29 | "question" : "To pass an array of strings to a function, you should not use...",
30 | "choices" : [
31 | "fn.apply(this, stringsArray)",
32 | "fn.call(this, stringsArray)",
33 | "fn.bind(this, stringsArray)"
34 | ],
35 | "answer" : "2"
36 | },
37 | {
38 | "question" : "____ and ____ would be the HTML tags you would use to display a menu item and its description.",
39 | "choices" : [
40 | "