The code below should create a list with the content that the user types
function d_list() { let content = prompt() let elem;