Description:
Questions Asked:
Had to create a tab widget. Given a dataset containing tab titles and contents. Just had to simply create a widget that allowed one tab to be selected at a time and to display the content below.
Did not have react etc available, so had to code in pure JS. Make sure you brush up on how to do this. Also use semantic HTML if you remember the correct tags.