From 42b568fea2ad41d70a78e27eeee6170c9345b555 Mon Sep 17 00:00:00 2001 From: paulusgaming Date: Sun, 4 Dec 2022 18:35:40 +0100 Subject: [PATCH] Removed TOP_N from template. --- script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script.js b/script.js index e8d8ed8..12e91cf 100644 --- a/script.js +++ b/script.js @@ -1,7 +1,6 @@ const ASSIGNMENT = 'assignment'; const ANSWER = 'answer'; const NEWLINE_CHARACTER = '\n'; -const TOP_N = 3; /** * Main function