Build an app that takes users info (name and age) and puts them first in a general list(users). In the process, verifies if user is an adult or a minor, then puts them in separate lists(adults and minors) and displays the adults and minors list in the browser.
In a real world case, this is good for when your app is generally for all ages but only allows to sell to its adults users. This way you can send info only to minors that are just for them, vase versa.
Top comments (1)
Please leave me a feedback. I am a JavaScript newbie who is very interested in real world problems.