This illustration shows a console window containing the following commands: cd node-server node server.js program output: addTopic(Topic 1,Topic 1 content) addTopic(Topic 2, Topic 2 content) addComment(124, Good topic) addComment(125, This is a comment) addComment(125, This is another comment) Server running . . .