Amazon interview question

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

Interview Answer

Anonymous

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