This is a test of your ability to:
- programmatically access a Web service
- understand code and get things done
- demonstrate your work and creativity
-
Hack What's my favorite 3-digit number? Guess: <input .../> How did you know?
-
Fix (optional for frontend candidates) Improve this function: def function(data): ss, s, n = reduce(lambda a, b: map(sum, zip(a,b)), [(xx, x, 1) for x in data]) return (ss - ss/n) / n
-
Process (optional for frontend candidates) Provide a script (or one-liner) that will:
- read a text stream on stdin
- print every 10th line on stderr
- print a random* line on stdout
- (define "random")
-
Show Present something you've built. Why are you proud of it?
-
Prompt What question would you like to be asked? Thanks!
Please submit a response to [email protected]
- git clone this repo
- npm i
- npm start
- guess/play -[f|d|v]
- The Node-CLI app will prompt for your guess
- A response state (truthyness) is generated by chance
- The API call for truthy/falsy is called
- Please navigate to prudencss@github
- Check out the README
- Navigate to the root org and see there's a few component framework integrations in the planning/doing
- Check out the storybook for React-FP (Sorry, for now it's all about a Button only)