-
How long did you spend on the test? Would you do anything differently if you had more time?
- Answer: I spent about 8 hours spread across a week. I'd incorporate pagination
-
In what ways would you adapt your component so that it could be used in many different scenarios where a data table is required?
- Answer: I'd restructure the component to be fed an API endpoint
-
What is your favorite CSS property? Why?
- Answer:
display
. I appreciate the ability to make things disapper by setting it tonone
- Answer:
-
What is your favorite modern Javascript feature? Why?
- Answer: String Templating. It's just such an elegant new solution to an old problem.
-
What is your favorite third-party Vue.js library? Why?
- Answer: Vue.js devtools. Makes debugging a tad more fun.
My thought process was to show attention to scalability, take advantage of new html/js features, write readable code
npm install
npm run serve
npm run build
npm run test
npm run lint