Common Array coding interview question solved with a Regular Expression in Javascript

Publié le: 20 février 2022
sur la chaîne: Alexander The Not So Bad
403
6

Both Amazon and Slack have had me work through some variation of this coding challenge.
There's a main array, derived from a company database. The user is looking for a particular value in that array. The user types keystrokes in a search box within a webpage. Once the user types 3 keystrokes, they should get an object such as a drop down list, that gives them options, or values from the main array, based on their input.

The solution I have delivered here is based on Regular Expressions (RegEx).

By the way, I couldn't think of the term at the time of shooting, but the "i" in the RegEx expression stands for case Insensitive. Not case indifferent. Sorry for the confusion. Also, the other event is actually called keydown, not keystroke.

Regular expressions are a powerful tool, especially for those familiar with SQL querying. Kyle's video was essential for me to begin to learn Regex:    • Learn Regular Expressions In 20 Minutes  

GitHub: https://github.com/goalg/SearchArray


Sur cette page du site, vous pouvez voir la vidéo en ligne Common Array coding interview question solved with a Regular Expression in Javascript durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Alexander The Not So Bad 20 février 2022, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 403 fois et il a aimé 6 téléspectateurs. Bon visionnage!