Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1interface ButtonProps { label: string; onClick: () => void; }
2export const Button = ({ label, onClick }: ButtonProps) =>
3 <button onClick={onClick}>{label}</button>;
$ identify language
scripting
compiled
query
Keep going