htdocs/blog/comments/0.js
2024-01-14 00:09:31 +00:00

8 lines
155 B
JavaScript

comments = ["Hey", "Test", "First"]
comments = comments.reverse();
if (typeof module !== "undefined" && module.exports) {
module.exports = comments;
}