Domanda di colloquio di Amazon

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

Risposta di colloquio

Anonimo

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