htdocs/blogs/comments/0.js
2024-12-24 22:44:26 +00:00

8 lines
155 B
JavaScript
Executable File

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