let comments = [["ADMIN","welcome to the films board"],["Anonymous","I am anon"],["deadvey","Talk about various films like star wars or idk batman"]] if (typeof module !== "undefined" && module.exports) { module.exports = comments; }