In the app the user should be able to add as many children as they have. When the user clicks on a child’s name a window pops up where the parent can either add or minus points based on the child’s behavior. When a child hits -50 points another window pops up showing the child his name is on the Naughty list. When the child reaches a positive number a new window pops up showing the childs name on the Nice list.
function add(a, b) { return a + b; }