Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1const { id, email, ...rest } = user;
2const tags = items.map(i => i.tag).filter(Boolean);
3console.log(`hello ${email}`);
$ identify language
scripting
compiled
query
Keep going