This commit is contained in:
pbg2h23akl
2024-08-29 08:19:38 +02:00
parent d8d20a7b3c
commit 332063861c
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ const rechenzeichen = ['+','-','*',':'];
const rechnung1Text = document.querySelector("#rechnung1Text");
const rechnung2Text = document.querySelector("#rechnung2Text");
//RechnungenSpawn Parameter
const maxZahl = 100;
const maxMal = 11;
const maxDurch = 5;