Good luck finding the solution
- Find the name hidden in these jumbled letters: ASJEICS.
City name:
- Match the names to the numbers: 13-9-3-8-5-12-12-5.
- Guess the name from these symbols (ORANGE=E): 🔴🟢🔵🟡🟠⚫.
- European country known for its beautiful landscapes. Across: Snow-capped peak.
- Four siblings are on vacation: Julie, Jonas, Mia and Timo. Mia and Timo share the same father. Who is Jonas’ sibling?
- This place has 6 letters and is a popular tourist destination in Thailand.
- Which name is hidden here: MICFHEFLXLENTIAMOJESFSUCAJQNASMACEIZOEFEZETHOOMBAS.
- If you replace the letters in ‘RONAN’ with numbers (A=1, B=2, etc.), it sums to 62; which name sums to 74?
- Which name can be formed with these letters?: XLDTTLYNIOORL.
Submit solution
Name List
Name #1:
Name 2:
Name 3:
Name 4:
Name 5:
Name 6:
Name 7:
Name #8
Name 9:
Name 10:
Verify names
Show Solutions
function checkNames() { // Store correct names in an array var correctNames = [“jessica”, “st. gallen”, “michelle”, “marcel”, “schweiz”, “julie”, “phuket”, “zoe”, “joshua”, “dorit”];
// Read the entered names from the text fields var enteredNames = []; for (var i = 1; i Correct solutions:** ‘; for (var i = 0; i
Help
Get a hint for the solution
Show Hint
List of possible names:
- Jessica
- Marcel
- Long
- Boehme
- Michelle
- Julie
- Ronan
- Jonas
- Mia
- Zoe
- Elly
- Noah
- Joshua
- Lena
- Timo
- Dorit
- Thomas
- Fede
function showHint() { // Show the hint when the button is clicked var hint = document.getElementById(“hint”); var button = document.getElementById(“hintButton”); hint.style.display = “block”; button.style.display = “none”; // Hide the button after click }
