Skip to content

Commit 8b66a91

Browse files
authored
Create README-TalentDesk.io
Tech test for Junior/Intermediate full-stack developer
1 parent a8300b3 commit 8b66a91

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README-TalentDesk.io

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#### Q1: Searching
2+
Using `react-bootstrap` how would one close a modal when escape key is pressed?
3+
4+
#### Q2: Algorithms
5+
Given an array of words, write a function that checks whether any word in the array is an anagram of another word in the array. E.g.:
6+
> abba, anna, nana, dorothy => true
7+
> cat, dog, sheep, parrot => false
8+
9+
The function can be in any language or pseudocode, it should take one array as an argument and return true or false.
10+
11+
*Bonus*: what is the time complexity of your function?
12+
13+
#### Q3: React
14+
By using Facebook’s create-react-app (https://github.com/facebook/create-react-app) & GitHub’s gist API (https://api.github.com/gists/public) build a single page app that lists public gists with their author & html url.
15+
16+
*Bonus*: include the gist's code in the listing.

0 commit comments

Comments
 (0)