Q: Here is a mockup of a design we’ve been tasked with implementing. For now we’ll just do some basic HTML, CSS, and JavaScript to populate a page with items from a hard-coded JSON response to match the look of the mockup, and we’ll implement some simple JavaScript handling of a button.
Sigiloso
Not much of a “question,” per se, but more of a 3-way code-pairing session with some of the people on the team that are remote. I ended up using a simple HTML template script for iterating over the JSON collection and we pulled in a bit of jQuery near the end to help out because my vanilla JS wasn’t doing what I thought it should be. This was the only coding challenge that I feel like I really, fully understood and was able to complete in the 30–35 minutes that we had.