apply to #programming-area:
white-space: pre-wrap; // to preserve spaces and newlines
avoid $('#programming-area').html(programStringPrev.replace(/\n/g, "<br/>"));
consider impact on programInterfaceToString, updateProgrammingAreaDisplay, program, etc.
apply to
#programming-area
:white-space: pre-wrap; // to preserve spaces and newlines
avoid
$('#programming-area').html(programStringPrev.replace(/\n/g, "<br/>"));
consider impact on programInterfaceToString, updateProgrammingAreaDisplay, program, etc.