A talented software engineering student in their fourth year of university. Passionate about technology and experienced in teaching programming languages. Dedicated and hard-working with a bright future in software engineering.
// Which came first: the chicken or the egg?
console.log(['🥚', '🐣', '🐥', '🐔'].sort())
>>> [ '🐔', '🐣', '🐥', '🥚' ]