When implementing "stickiness" into a select list in a Node / Express environment, it is necessary to indicate the previous option selected within the list. This video demonstrates how the original code can be modified to accomplish this. The original and modified code is shown, the function call to accomplish the "stickiness" is shown. A working example is also demonstrated. All code is JavaScript, executed on the server.