Ho presentato la mia candidatura online. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Pucho nel mese di mar 2025
Colloquio
He went straight to the javascript sorting question. The interviewer was rude. I cannot work for such a person. I told him that I didn't know the order of Jacks and Kings since its been a while playing but he said he could not assist with that. Thank you for your time was the answer
Domande di colloquio [1]
Domanda 1
# // Write, Edit and Run your Javascript code using JS Online Compiler
# // Write a function that sorts an array card ranks in ascending order based on standard playing card ranks. (from lowest to highest)
cards = ['Jack', 8, 2, 2, 6, 'King', 5, 3, 'Queen', 'King', 'Queen'];