Games are under development. Expect frequent updates and changes.
Back to all games
10 points on winEasy
Code Cracker
Analyze a compact code puzzle and choose the exact output from multiple options.
Code Cracker
10 Points
Output Prediction
What does this expression evaluate to?
const s = "HackIndia"; const out = s.slice(0, 4) + s.slice(-3);