You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/i18n.js
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ i18n['en'] = {
9
9
rule0: "Find a <b>valid</b> JavaScript expression",
10
10
rule1: "whose value is <b>(Number)24</b>.",
11
11
rule2: "Each of the four given numerical digits <b>must appear once</b>, and <b>no other</b> digits are allowed.",
12
-
rule3: "Besides digits, <b>only</b> these operators are allowed: <code>+</code> <code>-</code> <code>*</code> <code>/</code> <code>%</code> <code>~</code> <code>&</code> <code>|</code> <code>^</code> <code><<</code> <code>>></code> <code>(</code> <code>)</code> and <code>x</code>(after a given <code>0</code>).",
12
+
rule3: "Besides digits, <b>only</b> these operators are allowed: <code>+</code> <code>-</code> <code>*</code> <code>/</code> <code>%</code> <code>~</code> <code>&</code> <code>|</code> <code>^</code> <code><<</code> <code>>></code> <code>(</code> <code>)</code> and <code>x</code>(after a given <code>0</code>).<br><small>* Can you do it like a boss? Try not to use parentheses <code>(</code> <code>)</code>.</small>",
13
+
boss: "",
13
14
rule4: "In additional, to avoid <code>-~</code> from appearing continuously, <code>-</code> is <b>not allowed</b> to be used as a unary operator.",
0 commit comments