Meseret-G / sorting-hat

0 stars 0 forks source link

Technical Requirements #1

Open Meseret-G opened 3 years ago

Meseret-G commented 3 years ago

Technical Requirements

Add Button Hints

When a new student is added an object should be created and that object should be pushed into an array of students that then prints to the dom.

Expel Button Hints

Think of a way you can expel students without just hiding those divs on the page. This would mean when the button is clicked you modify the array of students and pass the new array into your print to dom function. Double hint - put a unique id in the student object when you create them.