Frage im Vorstellungsgespräch bei Amazon

Design web application functionality for a table with checkboxes. Talk about how you would implement some features for it and show code.

Antwort im Vorstellungsgespräch

Anonym

16. Feb. 2018

Add a select all checkbox at the top of the table that toggles all/none, shift+click functionality to select/deselect. Provided simple jQuery code to do that.

4