Who was thrown in the lions den?
Daniel
Where did Mary and Joseph take Jesus to hide from King Herod when he ordered that all babies be killed
Egypt
What did Jesus turn the water into at the wedding?
Wine
Who prophesied the birth of Jesus?
Isaiah
How old is Jeff?
34
Who was eaten by a fish?
Jonah
Where was Jesus born?
Bethlehem. If u said it was easy, yeah we get it.
How many people did Jesus feed with bread and fish?
5,000
Who prophesied the destruction of Jerusalem?
Jeremiah
589
Who proclaimed a drought and told King Ahab?
Elijah
On which mountain did the ark land after the flood?
Mt. Ararat
Which animal did Jesus cast the evil spirit into?
Swine
Who prophesied the death of Jesus?
Zechariah
Capital of Russia
Who's head did King Herod decapitate
John The Baptist
Golgotha
Who did Jesus heal the Widow's Son through, during a drought?
Elijah
Moses
0%
Elijah sent the bears to attack the children. true or false?
False, it was Elisha who did. Not Elijah, lol.
Where did Jesus raise Lazarus from the dead?
Bethany
What was Jesus's last miracle on earth?
He healed the Priest's servant ear when it was cut off by Peter.
How many prophecies are in the bible?
1817
What is the correct syntax to determine whether b is equal to a, or a is equal to c?
A. if (a = b) {
console.log("a is equal to b");
} else if (a = c) {
console.log("A is equal to C");
}
B. if (a = f) {
console.log("a is equal to f");
} else if (a = b) {
console.log("a is equal to b");
}
Its "A". You just lost 5000 points.