Question

Demonstrate skills/techniques learned from earlier assignments. Demonstrate the use of the Object.keys() method to get the ids from the object. Demonstrate using the keys of an object and a "for of"

loop to read each record in the object. Demonstrate the use of querySelector to read a node from the DOM. Demonstrate creating new DOM nodes using createElement() and adding them to a DOM fragment using appendChild(). Demonstrate adding the DOM fragment to the DOM.