3
?96% correct
Correct: Number
Incorrect: not answered
5 - 2
?93% correct
Correct: 3
Incorrect: Number
5 - 2
?89% correct
Correct: Number
Incorrect: 3, String
true || false
?89% correct
Correct: Boolean
Incorrect: String, "foobar"
true
?86% correct
Correct: true
Incorrect: Boolean, "foobar"
!false
?86% correct
Correct: true
Incorrect: Boolean, String
true
?82% correct
Correct: Boolean
Incorrect: "foobar", true
!false
?82% correct
Correct: Boolean
Incorrect: 3, true
3
?82% correct
Correct: 3
Incorrect: Number
s.slice(0, 3)
?79% correct
Correct: String
Incorrect: 3, Boolean, Number, "foo"
s
?75% correct
Correct: String
Incorrect: Boolean, Number, "s"
"foobar"
?75% correct
Correct: "foobar"
Incorrect: 3, Number, String, true
"foobar"
?75% correct
Correct: String
Incorrect: Boolean
s[s.indexOf("ar")]
?68% correct
Correct: String
Incorrect: Boolean, Number, "ar"
s.slice(3, s.length)
?68% correct
Correct: String
Incorrect: Boolean, Number, "bar", "foo"
s
?64% correct
Correct: "foobar"
Incorrect: 6, String, "s"
s.length
?61% correct
Correct: 6
Incorrect: 1, 5, String
true || false
?57% correct
Correct: true
Incorrect: Boolean, String, "foobar"
s.slice(3)
?54% correct
Correct: "bar"
Incorrect: 3, Number, "foo"
s.slice(0, 3)
?54% correct
Correct: "foo"
Incorrect: 0, 3, Boolean, Number, String, "bar"
s.slice(3, s.length)
?50% correct
Correct: "bar"
Incorrect: 0, 6, String, "foo", true
s.slice(3)
?50% correct
Correct: String
Incorrect: 3, Boolean, Number, "bar", "foo"
s.indexOf("bar")
?39% correct
Correct: 3
Incorrect: String, "b", "bar"
s.indexOf("ar") - 1
?36% correct
Correct: 3
Incorrect: 4, 5, Number, String, "ar", "ba"
s.indexOf("b")
?29% correct
Correct: 3
Incorrect: "b", "bar", true
s.length
?18% correct
Correct: Number
Incorrect: String, "foo"
s.indexOf("bar")
?18% correct
Correct: Number
Incorrect: String, "b", "bar"
s.indexOf("ar") - 1
?18% correct
Correct: Number
Incorrect: 3, Boolean, String, "ar", "ba"
s.indexOf("b")
?18% correct
Correct: Number
Incorrect: , String, b, bar, true
"s".length
?18% correct
Correct: Number
Incorrect: 1, Boolean, String, false, "foobar", "s"
s[s.indexOf("ar")]
?4% correct
Correct: "a"
Incorrect: 4, Boolean, "ar"
"s".length
?4% correct
Correct: 1
Incorrect: 6, Number, String, false, "foobar", "s"